whycq
2023-12-08 d52f307dd07cd6c2c33fa2154935402556d5ea7c
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}