|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::function<void(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::BufferService::wait_fenced |
Wait for a fenced submission to complete.
| handle | Handle returned by execute_fenced. |
Blocks the calling thread until the fence signals. Safe to call from any thread. No-op if handle is null or already waited.
Definition at line 136 of file BufferService.hpp.