
βοΈJava Thread
Make difficult Java thread creation and cleanup a thing of the past.
KThread Class Overview
Key Features
Usage Scenario
Example Main Thread
KThread kThread = new TestThread("Hello World");
KLog.info("Thread created and started");
K.waitSeconds(5);
kThread.kStop();
KLog.debug("Thread stopped");Example Thread
Last updated