#
tqs
2022-12-06 f9667842cafb5d4e1f3fc2f213b1f9894fe45502
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}