Function object encapsulating promised based notification. It is a notifier which holds the promise to be fulfilled and receives but ignores parameters used for rmi based data flow. More...
Public Member Functions | |
promise_notifier (promise_t pr) | |
void | operator() (edge_container &, size_t, size_t, detail::edge_version_storage< stored_value_t > const &version, bool, bool) |
Function object encapsulating promised based notification. It is a notifier which holds the promise to be fulfilled and receives but ignores parameters used for rmi based data flow.
Hand written instead of lambda / bind due to symbol size blowup consistently seen during compilation.