SObjectizer  5.5
Namespaces | Classes | Functions
so_5::env_infrastructures::simple_not_mtsafe Namespace Reference

Simple single-threaded environment infrastructure without thread safety. More...

Namespaces

 impl
 Implementation details.
 

Classes

class  params_t
 Parameters for simple not-thread-safe single-thread environment. More...
 

Functions

SO_5_FUNC environment_infrastructure_factory_t factory (params_t &&params)
 A factory for creation of simple not-thread-safe single-thread environment infrastructure object. More...
 
environment_infrastructure_factory_t factory ()
 A factory for creation of simple not-thread-safe single-thread environment infrastructure object with default parameters. More...
 

Detailed Description

Simple single-threaded environment infrastructure without thread safety.

Since
v.5.5.19

Function Documentation

◆ factory() [1/2]

environment_infrastructure_factory_t so_5::env_infrastructures::simple_not_mtsafe::factory ( )
inline

A factory for creation of simple not-thread-safe single-thread environment infrastructure object with default parameters.

Usage example:

[](so_5::environment_t & env) { ... },
params.infrastructure_factory(
...
} );
Since
v.5.5.19

◆ factory() [2/2]

SO_5_FUNC environment_infrastructure_factory_t so_5::env_infrastructures::simple_not_mtsafe::factory ( params_t &&  params)

A factory for creation of simple not-thread-safe single-thread environment infrastructure object.

Usage example:

Since
v.5.5.19
Examples:
so_5/hello_world_simple_not_mtsafe/main.cpp.