whycq
2022-07-11 b9d1170727f863c94a08f8c479550b8155ecd31b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}