PosixThread.join

Waits for the thread to finish execution.

class PosixThread
@nogc override @trusted
bool
join
(
uint timeout
,
bool rethrow
)

Parameters

timeout uint

How long to wait for the thread to exit.

rethrow bool

Whether execptions thrown in the thread should be rethrown.

Meta