Provides a collection of helper functions you can use for threading purposes.
| Name | Description |
|---|---|
| Threading.wait(wait_time, os_timer_resolution_offset_time=0, current_time=time.perf_counter) | Suspends the current thread for a specified amount of time. |
Provides a collection of helper functions you can use for threading purposes.
| Name | Description |
|---|---|
| Threading.wait(wait_time, os_timer_resolution_offset_time=0, current_time=time.perf_counter) | Suspends the current thread for a specified amount of time. |