|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
strong |
Execution paradigms for operations.
| Enumerator | |
|---|---|
| SYNC | Synchronous execution. |
| ASYNC | Asynchronous execution. |
| PARALLEL | Parallel with other operations. |
| CHAINED | Part of a sequential chain. |
| DEPENDENCY | Part of dependency graph. |
Definition at line 23 of file ExecutionContext.hpp.