Notifier used by custom termination detection for composition::nest_map_mr_factory. More...
Public Member Functions | |
counter_receive_notify_callback (counter_based_terminator *terminator_ptr) | |
void | operator() (void) const |
Notifier used by custom termination detection for composition::nest_map_mr_factory.
Invokes receive_notify
member on pointer to forward notification to to underlying terminator. Used instead of bind / function idiom to avoid heap allocations.