| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
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.  More... | |
| virtual void | release_wait ()=0 | 
| Inform a graph that a previous call to reserve_wait is no longer in effect.  More... | |
| virtual | ~graph_proxy () | 
Pure virtual template classes that define interfaces for async communication.
Definition at line 25 of file flow_graph_abstractions.h.
      
  | 
  inlinevirtual | 
Definition at line 33 of file flow_graph_abstractions.h.
      
  | 
  pure virtual | 
Inform a graph that a previous call to reserve_wait is no longer in effect.
Implemented in tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::receiver_gateway_impl, and tbb::flow::interface10::graph.
      
  | 
  pure virtual | 
Inform a graph that messages may come from outside, to prevent premature graph completion.
Implemented in tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::receiver_gateway_impl, and tbb::flow::interface10::graph.