MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Yantra::ExecutionContext Struct Reference

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
 

Detailed Description

Context information for operation execution.

Definition at line 45 of file ExecutionContext.hpp.


The documentation for this struct was generated from the following file: