Struct spawn_continuation_executor¶
Defined in File spawn.hpp
Struct Documentation¶
-
struct
concore::v1::spawn_continuation_executor¶ Executor that spawns tasks instead of enqueueing them, but not waking other workers. Similar to calling
spawn(task, false)on the task.Public Functions
Friends
-
friend bool
operator==(spawn_continuation_executor, spawn_continuation_executor)¶ Equality operator; always true.
-
friend bool
operator!=(spawn_continuation_executor, spawn_continuation_executor)¶ Inequality operator; always false.
-
friend bool