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