[][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).

kill_thread_unixUnix

Kills the thread using pthread_cancel.

kill_thread_windowsWindows

Kills the thread using TerminateThread, specifying the thread's exit code.