C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::flow::op::pullable Class Referenceabstract

Base class for operators that allow observers to pull items via request(n). More...

#include <pullable.hpp>

Inheritance diagram for caf::flow::op::pullable:
caf::flow::op::merge_sub< T > caf::flow::op::ucast_sub_state< T >

Public Member Functions

 pullable (const pullable &)=delete
 
pullableoperator= (const pullable &)=delete
 
bool is_pulling () const noexcept
 Checks whether this operator is currently running do_pull or is scheduled to do so.
 

Protected Member Functions

void pull (flow::coordinator *parent, size_t n)
 

Detailed Description

Base class for operators that allow observers to pull items via request(n).


The documentation for this class was generated from the following files: