|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::unordered_map<std::string, std::any> MayaFlux::Vruta::routine_promise< RoutineType >::state |
Dictionary for storing arbitrary state data.
This map allows the coroutine to store and retrieve named values of any type. It serves multiple purposes:
The use of std::any allows for type-safe heterogeneous storage without requiring the promise type to be templated.
Definition at line 112 of file Promise.hpp.