SObjectizer-5 Extra
|
Namespaces | |
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 | status_t { status_t::unknown_moved_away, status_t::not_activated, status_t::activated, status_t::completed, status_t::cancelled } |
Enumeration for status of operation. More... | |
Functions | |
SO_5_NODISCARD definition_point_t< details::op_data_t > | make (::so_5::agent_t &owner) |
Helper function for creation an instance of async operation. More... | |
|
strong |
Enumeration for status of operation.
Definition at line 31 of file time_unlimited.hpp.
|
inline |
Helper function for creation an instance of async operation.
Instead of creation of op_data_t's instances directly by hand this factory function should be used:
owner | Agent for that this async operation will be created. |
Definition at line 972 of file time_unlimited.hpp.