os_thread_join
Declaration
os_thread_join :: fn (thread: OSThread)
Description
Wait for thread to finish and release it's resources.
Arguments
thread
Thread to be joined.
Declared in: docs.txt
os_thread_join :: fn (thread: OSThread)
Wait for thread to finish and release it's resources.
thread
Thread to be joined. Declared in: docs.txt