|
SObjectizer 5.8
|
Enumerations | |
| enum class | init_style_t { sync , async } |
| Style of handling init-functor in the constructor of wrapped_env. More... | |
|
strong |
Style of handling init-functor in the constructor of wrapped_env.
| 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.