C++ Actor Framework 1.0.0
|
Base class for operators that allow observers to pull items via request(n)
.
More...
#include <pullable.hpp>
Public Member Functions | |
pullable (const pullable &)=delete | |
pullable & | operator= (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) |
Base class for operators that allow observers to pull items via request(n)
.