Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

unpause::async::run_loop

james h edited this page Aug 12, 2017 · 1 revision

run_loop

Dispatch tasks at specific time points. Note that there may be several milliseconds of delay and the dispatch time will never be fully precise. The run loop would generally be used with a thread_pool but can also be used independently with async::schedule.

Clone this wiki locally