Platform | x64, Win32 |
Purpose |
To take a thread handle created via START_THREAD@ and wait for the given thread to end. |
Syntax |
SUBROUTINE WAIT_FOR_THREAD@(HANDLE) |
Description |
If zero is passed instead of a handle then the routine waits for all threads (created using START_THREAD@) to end. |
See also |