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

◆ shutdown()

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

Shutdown Portal::Network and release all resources.

Closes all managed endpoints and destroys singletons. Must be called after stop().

Definition at line 50 of file Network.cpp.

51{
52 if (!g_initialized) {
53 return;
54 }
55
56 // PacketFlow::instance().shutdown();
57 // StreamForge::instance().shutdown();
58 // NetworkFoundry::instance().shutdown();
59
60 g_initialized = false;
61
62 MF_INFO(Journal::Component::Portal, Journal::Context::Networking,
63 "Portal::Network shutdown complete");
64}
#define MF_INFO(comp, ctx,...)

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

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

+ Here is the caller graph for this function: