SObjectizer 5.8
Loading...
Searching...
No Matches
so_5::wrapped_env_details Namespace Reference

Enumerations

enum class  init_style_t { sync , async }
 Style of handling init-functor in the constructor of wrapped_env. More...
 

Enumeration Type Documentation

◆ init_style_t

Style of handling init-functor in the constructor of wrapped_env.

Since
v.5.8.2
Enumerator
sync 

The init-functor has to be handled synchronously. The constructor of the wrapped_env_t will block the caller thread until the init-functor completes it's work.

async 

The init-functor has to be handled asynchronously. The constructor of the wrapped_env_t may complete its work before the completion of the init-functor.

Definition at line 36 of file wrapped_env.hpp.