Package org.cloudburstmc.server
Interface InterruptibleThread
- All Known Implementing Classes:
AsyncWorker
public interface InterruptibleThread
Represents a thread that can be interrupted.
When a Cloudburst server is shutting down, the server finds all threads
that implement this interface and interrupts them one by one.