|
ThreadSchedule 2.0.0
Modern C++ thread management library
|
Coroutine task, sync_wait, and pool helpers schedule_on / run_on.
More...
Go to the source code of this file.
Coroutine task, sync_wait, and pool helpers schedule_on / run_on.
task is lazy until co_await or sync_wait. For how work moves onto a thread pool and what nested schedule_on does, see struct schedule_on and function template run_on below (C++20 only).
Requires C++20 coroutine support.
Definition in file task.hpp.