Method Thread.Thread()->kill()
- Method kill
void kill()
- Description
Interrupt the thread, and terminate it.
- Note
Interrupts are asynchronous, and are currently not queued.
void kill()
Interrupt the thread, and terminate it.
Interrupts are asynchronous, and are currently not queued.