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