|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Sets a named state value in the coroutine.
| key | Name of the state value |
| value | Value to store |
Stores a value in the coroutine's state dictionary under the given key. This allows the coroutine to maintain state between suspensions and enables external code to influence the coroutine's behavior.
Definition at line 207 of file Routine.hpp.