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