Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ WorkThread
Method
WorkThread
MonaBase/include/Mona/WorkThread.h:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
class WorkThread : public virtual Object {
28
public:
29
WorkThread(const char* name) : name(name) {}
30
31
const char* name;
32
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected