MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / MessageThread

Method MessageThread

core/src/module/agenui_message_thread.cpp:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace agenui {
12
13MessageThread::MessageThread(const std::string& name) : _name(name), _isRunning(false), _shouldStop(false) {
14}
15
16MessageThread::~MessageThread() {
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected