#
Junjie
2025-11-17 1c5fb21749a5c6e0bce0fa8a839434a99fefe618
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler extends Runnable {
 
    boolean connect();
 
    void close();
 
}