|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::function<void(std::function<void(void*)>)> MayaFlux::Registry::Service::BufferService::record_deferred |
Record commands for deferred execution.
| recorder | Lambda that records commands into command buffer |
Commands are batched and submitted later by backend for optimal performance. Does not block. Thread-safe.
Use for operations where immediate completion is not required. Backend determines when to flush batched commands.
Definition at line 102 of file BufferService.hpp.