9#ifndef STLAB_CONCURRENCY_IMMEDIATE_EXECUTOR_HPP
10#define STLAB_CONCURRENCY_IMMEDIATE_EXECUTOR_HPP
16#include <stlab/config.hpp>
24STLAB_VERSION_NAMESPACE_BEGIN()
38struct immediate_executor_type {
40 auto operator()(F&& f)
const -> std::enable_if_t<std::is_nothrow_invocable_v<F>> {
58STLAB_VERSION_NAMESPACE_END()
Definition reverse.hpp:28