zwl
2025-07-01 3baecf9643d0798383f742bcd6d8ec7835231c4d
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}