C++ Actor Framework 0.19
|
An object that lives on a coordinator. More...
#include <coordinated.hpp>
Public Member Functions | |
virtual void | ref_coordinated () const noexcept=0 |
Increases the reference count of the coordinated. | |
virtual void | deref_coordinated () const noexcept=0 |
Decreases the reference count of the coordinated and destroys the object if necessary. | |
Friends | |
void | intrusive_ptr_add_ref (const coordinated *ptr) noexcept |
void | intrusive_ptr_release (const coordinated *ptr) noexcept |
An object that lives on a coordinator.
|
pure virtualnoexcept |
Decreases the reference count of the coordinated and destroys the object if necessary.
Implemented in caf::flow::op::cold< T >, caf::flow::op::cold< cow_tuple< cow_vector< T >, observable< T > > >, caf::flow::op::cold< defer_trait< Factory >::output_type >, caf::flow::op::cold< from_steps_output_t< Steps... > >, caf::flow::op::cold< int64_t >, caf::flow::op::cold< Trait::output_type >, caf::flow::op::cold< zip_with_output_t< F, Ts... > >, caf::flow::op::hot< T >, caf::flow::op::hot< async::batch >, caf::flow::op::hot< from_generator_output_t< Generator, Steps... > >, and caf::flow::op::publish< T >.
|
pure virtualnoexcept |
Increases the reference count of the coordinated.
Implemented in caf::flow::op::cold< T >, caf::flow::op::cold< cow_tuple< cow_vector< T >, observable< T > > >, caf::flow::op::cold< defer_trait< Factory >::output_type >, caf::flow::op::cold< from_steps_output_t< Steps... > >, caf::flow::op::cold< int64_t >, caf::flow::op::cold< Trait::output_type >, caf::flow::op::cold< zip_with_output_t< F, Ts... > >, caf::flow::op::hot< T >, caf::flow::op::hot< async::batch >, caf::flow::op::hot< from_generator_output_t< Generator, Steps... > >, and caf::flow::op::publish< T >.