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