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 } |
Enumeration for status of operation. More... | |
Functions | |
definition_point_t< details::op_data_t > | make (::so_5::agent_t &owner) |
Helper function for creation an instance of async operation. | |
|
strong |
Enumeration for status of operation.
Definition at line 31 of file time_unlimited.hpp.
|
inlinenodiscard |
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 973 of file time_unlimited.hpp.