Struct delegating_executor¶
Defined in File delegating_executor.hpp
Struct Documentation¶
-
struct
concore::v1::delegating_executor¶ Executor type that forwards the execution to a give functor.
All the functor objects passed to the execute() method will be delegated to a function that takes a task parameter. This function is passed to the constructor of the class.
Public Types
Public Functions
Friends
-
friend bool
operator==(delegating_executor l, delegating_executor r)¶ Equality operator; always false.
-
friend bool
operator!=(delegating_executor l, delegating_executor r)¶ Inequality operator; always true.
-
friend bool