MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ NetworkSubsystem() [1/3]

MayaFlux::Core::NetworkSubsystem::NetworkSubsystem ( const GlobalNetworkConfig config)
explicit

Definition at line 14 of file NetworkSubsystem.cpp.

15 : m_config(config)
16 , m_tokens {
20 }
21 , m_io_context(std::make_unique<asio::io_context>())
22{
23}
std::unique_ptr< asio::io_context > m_io_context
@ EVENT_RATE
Processes data on event arrival (async/sporadic)
@ EVENT_RATE
Nodes that process based on event triggers (e.g., input events)
@ EVENT_DRIVEN
Event-driven execution - process when events arrive.
MayaFlux::Buffers::ProcessingToken Buffer
Processing token for buffer operations.