Thread.joinΒΆ

join :: fn (thread: Handle) (exit_code: s32, err: Error) #inline

Blocks until thread exits. Return value from worker function is returned as exit_code. When execution is successful all thread resources are released.

Declared in: thread.bl