os_thread_kill :: fn (thread: OSThread, exit_code: s32 = 0) bool #inline
Interrupt thread with exit code.
thread Thread to be interrupted.
exit_code Optional exit code.
Return true on success.
Declared in: docs.txt