Skip to content

Thread_join

hugh greene edited this page Jun 20, 2022 · 1 revision

Description

Suspends execution of the calling thread until the given thread is completed.

Parameters

Parameter Data Type Description
thread integer index of the thread

Return Values

void: This function does not return anything.

Example Call

// demonstrates joining a thread with the calling thread
thread_join(asynchthread);

NOTOC

Clone this wiki locally