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

◆ stop()

MAYAFLUX_API void MayaFlux::Portal::Network::stop ( )

Stop active Portal::Network operations.

Drains any in-flight sends, stops background workers. Call before shutdown().

Definition at line 36 of file Network.cpp.

37{
38 if (!g_initialized) {
39 return;
40 }
41
42 // PacketFlow::instance().stop();
43 // StreamForge::instance().stop();
44 // NetworkFoundry::instance().stop();
45
46 MF_INFO(Journal::Component::Portal, Journal::Context::Networking,
47 "Portal::Network stopped");
48}
#define MF_INFO(comp, ctx,...)

References MF_INFO, MayaFlux::Journal::Networking, and MayaFlux::Journal::Portal.

Referenced by MayaFlux::Core::NetworkSubsystem::stop().

+ Here is the caller graph for this function: