Thread::joinSynchronization Description
public bool Thread::join()
Causes the calling context to wait for the referenced Thread to finish executing ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Join with the referenced Thread
The above example will output: bool(true) |