|
stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
|
Default thread-pool style executors (platform task system).
Variables | |
| constexpr auto | stlab::low_executor |
| Default task pool executor using low thread priority (when using the portable or Windows task system). | |
| constexpr auto | stlab::default_executor |
| Default concurrent executor used by stlab::async and related APIs when none is specified. | |
| constexpr auto | stlab::high_executor |
| Default task pool executor using high thread priority (when using the portable or Windows task system). | |