|
SObjectizer 5.8
|
Definition of various types of waiting indicators. More...
Go to the source code of this file.
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
Enumerations | |
| enum class | so_5::infinite_wait_indication { so_5::infinite_wait } |
| A type for special marker for infitite waiting on service request or on receive from mchain. More... | |
| enum class | so_5::no_wait_indication { so_5::no_wait } |
| A type for special marker for no waiting on service request or on receive from mchain. More... | |
Variables | |
| const infinite_wait_indication | so_5::infinite_wait |
| A special indicator for infinite waiting on service request or on receive from mchain. | |
| const no_wait_indication | so_5::no_wait = no_wait_indication::no_wait |
| A special indicator for no waiting on service request or on receive from mchain. | |
Definition of various types of waiting indicators.
Definition in file wait_indication.hpp.