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