#
taisheng
2025-06-27 c559883fc2a8c3a8102e68ac360012fcf5938d45
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}