SObjectizer 5.8
Loading...
Searching...
No Matches
wait_indication.hpp File Reference

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.
 

Detailed Description

Definition of various types of waiting indicators.

Since
v.5.5.13

Definition in file wait_indication.hpp.