|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Nodes::Node::try_claim_snapshot_context | ( | uint64_t | context_id | ) |
Attempt to claim snapshot context for this processing cycle.
| context_id | Unique context identifier for this buffer processing |
This method enables multiple NodeBuffers referencing the same node to coordinate save/restore state operations. Only the first caller per processing context will claim the snapshot, preventing nested state saves.
Definition at line 96 of file Node.cpp.
References m_snapshot_context_id.