Expand description
Thread suspension utilities for safe memory patching
Enums§
- Thread
Error - 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.