999
zhangc
2025-04-20 21caf282f3d903a729d72b3398e0dbedab7f244d
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}