whycq
2024-10-09 f9c94d8ed81d4897f063fbf0e2d36cdfeda79456
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}