Pure virtual template classes that define interfaces for async communication. More...
#include <flow_graph_abstractions.h>
Public Member Functions | |
virtual void | reserve_wait ()=0 |
Inform a graph that messages may come from outside, to prevent premature graph completion. | |
virtual void | release_wait ()=0 |
Inform a graph that a previous call to reserve_wait is no longer in effect. | |
Pure virtual template classes that define interfaces for async communication.