#
tqs
2022-12-02 736706fb6254b43b16b285e2f40880c21c41cd57
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}