[][src]Crate stop_thread

Functions

kill_thread_forcibly_exit_codeWindows

Forcibly and immediately stops the thread, without any cleanup.

kill_thread_gracefulUnix

Only kills the thread if it has enabled cancellation, then performs cleanup. See man pthread_cancel for more information.

suspend_threadWindows

Suspends the thread.