#
tqs
2023-02-01 28d780e477647d8741d5c9d5927ed66078775801
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}