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