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(). |
| pwa/p2js: | Not supported. |
| Implementation: | See builtins\VM\pThreadN.e (an autoinclude) for details of the actual implementation. |
| See Also: | create_thread, suspend_thread |