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

Method NotifyException

SubtitleFontAutoLoaderDaemon/Main.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 std::unique_ptr<Service> m_service;
80
81 void NotifyException(std::exception_ptr exception) override
82 {
83 std::unique_lock ul(m_queueLock);
84 m_msgQueue.emplace(MessageType::Exception, exception);
85 m_queueCV.notify_one();
86 }
87
88 void NotifyExit() override
89 {

Callers 3

ImplementationMethod · 0.80
ImplementationMethod · 0.80
ImplementationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected