|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Context information for operation execution. More...
#include <ExecutionContext.hpp>
Collaboration diagram for MayaFlux::Yantra::ExecutionContext:Public Attributes | |
| ExecutionMode | mode = ExecutionMode::SYNC |
| std::shared_ptr< std::thread > | thread_pool = nullptr |
| std::vector< std::type_index > | dependencies |
| std::chrono::milliseconds | timeout { 0 } |
| std::unordered_map< std::string, std::any > | execution_metadata |
| OpererationHookCallback | pre_execution_hook = nullptr |
| OpererationHookCallback | post_execution_hook = nullptr |
| ReconstructionCallback | reconstruction_callback = nullptr |
Context information for operation execution.
Definition at line 45 of file ExecutionContext.hpp.