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

Class Message

SubtitleFontAutoLoaderDaemon/Main.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 };
56
57 struct Message
58 {
59 MessageType m_type;
60 std::variant<
61 std::nullopt_t,
62 const std::vector<std::wstring>*,
63 std::exception_ptr> m_arg;
64 };
65
66 std::mutex m_queueLock;
67 std::condition_variable m_queueCV;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected