resume_thread

Definition: resume_thread(atom hThread)
Description: Resume execution of a suspended thread, either one that was initially created with the CREATE_SUSPENDED flag, or one that has stopped (itself) via a call to suspend_thread().
See Also: create_thread, suspend_thread