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