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

Method NotifyReload

SubtitleFontAutoLoaderDaemon/Main.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void NotifyReload() override
96 {
97 std::unique_lock ul(m_queueLock);
98 m_msgQueue.emplace(MessageType::Reload, std::nullopt);
99 m_queueCV.notify_one();
100 }
101
102 public:
103 int DaemonMain(const std::vector<std::wstring>& cmdline)

Callers 1

MessageHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected