#
1
2025-05-14 abb914f4761cedcfc89eb3dcdd2cf377490d09bc
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}