Skip to main content

Module timer

Module timer 

Source
Expand description

Timer primitives for the Auralis executor.

Provides sleep, an async delay future that cooperatively yields to the executor for the given duration.

Structs§

SleepFuture
A future that completes after a given duration.

Functions§

sleep
Pause the current task for at least duration.