|
SObjectizer
5.8
|
Several new helper functions so_5::create_mchain have been added in v.5.5.16. They simplify creation of mchains.
For example, creation of size-unlimited mchain can looks like:
instead of:
There are also create_mchain functions for creation of size-limited mchains (with or without waiting on overflow):
Please note that the first argument for create_mchain function can be a reference to environment_t or to wrapped_env_t object. It allows to write:
instead of: