Module thread

Source
Expand description

System thread related

Requires std.

Functionsยง

low_priority_thread
Low Priority Thread
threads
Get the total amount of system threads.
threads_10
Get 10% (rounded up) of available amount of system threads.
threads_25
Get 25% (rounded up) of available amount of system threads.
threads_50
Get 50% (rounded up) of available amount of system threads.
threads_75
Get 75% (rounded up) of available amount of system threads.
threads_90
Get 90% (rounded up) of available amount of system threads.