#
tqs
2024-08-30 01a6b6e2681b35b2d23ade80cf5d35b1c5946141
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}