*
lsh
2025-03-26 6f6cbd6904092cff471d07fb0745e8ff0c953f48
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}