stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
immediate_executor.hpp File Reference

Synchronous inline executor. More...

#include <stlab/config.hpp>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Variables

constexpr auto stlab::immediate_executor
 Invokes work inline on the calling thread (synchronous executor).

Detailed Description

Synchronous inline executor.