SObjectizer-5 Extra
|
Namespaces | |
namespace | details |
Classes | |
class | cancellation_point_t |
An object that allows to cancel async operation. More... | |
class | definition_point_t |
An interface for definition of async operation. More... | |
Enumerations | |
enum class | status_t { unknown_moved_away , not_activated , activated , completed , cancelled , timedout } |
Enumeration for status of operation. More... | |
Functions | |
template<typename Message > | |
definition_point_t< Message > | make (::so_5::agent_t &owner) |
A factory for creation definition points of async operations. | |
|
strong |
Enumeration for status of operation.
Definition at line 37 of file time_limited.hpp.
|
nodiscard |
A factory for creation definition points of async operations.
Instead of creation of definition_point_t object by hand this helper function should be used.
Usage examples:
owner | Agent for that this async operation will be created. |
Definition at line 1515 of file time_limited.hpp.