*
lsh
2025-09-08 80f37c8f3db71842415a4a591c31b7d8570c8604
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}