C++ Actor Framework 0.19
|
Internal interface of a subscription
.
More...
#include <subscription.hpp>
Public Member Functions | |
virtual void | request (size_t n)=0 |
Signals demand for n more items. | |
![]() | |
virtual void | dispose ()=0 |
virtual bool | disposed () const noexcept=0 |
disposable | as_disposable () noexcept |
virtual void | ref_disposable () const noexcept=0 |
virtual void | deref_disposable () const noexcept=0 |
Internal interface of a subscription
.
|
overridevirtual |
Reimplemented from caf::disposable::impl.
|
pure virtual |
Signals demand for n
more items.
Implemented in caf::flow::op::concat_sub< T >, caf::flow::op::from_resource_sub< Buffer >, caf::flow::op::merge_sub< T >, caf::flow::op::zip_with_sub< F, Ts >, caf::flow::subscription::fwd_impl, and caf::flow::op::cell_sub< T >.