Class ๐งต
Execution thread of the program.
Initializers
๐
๐ ๐๐ฅก callback ๐๐
Creates an new thread and calls the provided callback on the newly created thread.
Methods
๐โ๏ธ
โ๏ธ ๐
Blocks the calling thread until this thread has finished work.
deinitโ๏ธ
โ๏ธ deinit
Type Methods
โฒ
๐โ๏ธ โฒ microseconds ๐ข
Suspends the calling thread from execution for at least the number of microseconds specified by the argument microseconds.