#
Junjie
2025-07-29 4fdf9914b7ef3732d8da79ccc788f615486b8007
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}