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

◆ pause()

void MayaFlux::Core::NetworkSubsystem::pause ( )
overridevirtual

Pause the subsystem's processing/event loops.

Implements MayaFlux::Core::ISubsystem.

Definition at line 126 of file NetworkSubsystem.cpp.

127{
128 stop();
129}
void stop() override
Stop the subsystem's processing/event loops.