pub fn start_timer_thread()
Expand description
Starts the worker thread, if it’s not already started.
You must call this before calling sleep_until
or sleep_for
.
The thread is called "safina_timer"
.
pub fn start_timer_thread()
Starts the worker thread, if it’s not already started.
You must call this before calling sleep_until
or sleep_for
.
The thread is called "safina_timer"
.