-
Notifications
You must be signed in to change notification settings - Fork 0
Thread_join
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Suspends execution of the calling thread until the given thread is completed.
| Parameter | Data Type | Description |
|---|---|---|
| thread | integer | index of the thread |
void: This function does not return anything.
// demonstrates joining a thread with the calling thread
thread_join(asynchthread);
NOTOC
This is number 1