[][src]Crate stop_thread

Functions

kill_threadUnix or Windows

Kills the thread using pthread_cancel or TerminateThread.

kill_thread_exit_codeUnix or Windows

Kills the thread, specifying the thread's exit code (if applicable).