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