Skip to main content

Module thread

Module thread 

Source
Expand description

Thread suspension utilities for safe memory patching

Enums§

ThreadError
Errors that can occur during thread manipulation

Functions§

resume_threads
Resumes threads that were previously suspended
suspend_other_threads
Suspends all other threads in the current task to prevent race conditions during memory modification.