Struct inline_executor¶
Defined in File inline_executor.hpp
Struct Documentation¶
-
struct
concore::v1::inline_executor¶ Executor type that executes the work inline.
Whenever
executeis called with a functor, the functor is directly called. The calling party will be blocked until the functor finishes execution.Two objects of this type will always compare equal.
Public Functions
Friends
-
friend bool
operator==(inline_executor, inline_executor)¶ Equality operator; always true.
-
friend bool
operator!=(inline_executor, inline_executor)¶ Inequality operator; always false.
-
friend bool