MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / NotifyExit

Method NotifyExit

SubtitleFontAutoLoaderDaemon/Main.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void NotifyExit() override
89 {
90 std::unique_lock ul(m_queueLock);
91 m_msgQueue.emplace(MessageType::Exit, std::nullopt);
92 m_queueCV.notify_one();
93 }
94
95 void NotifyReload() override
96 {

Callers 1

MessageHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected