Package ai.preferred.venom
Interface Interruptible
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Subinterfaces:
Fetcher,WorkerManager
- All Known Implementing Classes:
AsyncFetcher,Crawler,StorageFetcher,ThreadedWorkerManager
public interface Interruptible extends java.lang.AutoCloseable- Author:
- Ween Jiann Lee
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidinterruptAndClose()Interrupt a thread and then close it.
-