⚔️Java Thread
Class Features
Simple and convenient class to start and terminate Java threads
Any thread can issue kStop() to signal the KThread thread to terminate (with an optional Thread.interrupt())
Pending thread termination can be checked with kMustTerminate()
The kCleanup() method is automatically called before termination to allow resource cleanup
Example Main Thread
Example Thread
Last updated