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

◆ UDPBackend() [1/3]

MayaFlux::Core::UDPBackend::UDPBackend ( const UDPBackendInfo config,
asio::io_context &  context 
)

Construct with config and a reference to the shared io_context.

Parameters
configUDP-specific configuration.
contextThe io_context owned by NetworkSubsystem. All async operations are posted here.

Definition at line 7 of file UDPBackend.cpp.

8 : m_config(config)
9 , m_context(context)
10{
11}
asio::io_context & m_context