Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digego/extempore
/ isSchemeThreadRunning
Method
isSchemeThreadRunning
include/SchemeProcess.h:123–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
void createSchemeTask(void* arg, std::string label, int taskType);
122
bool isServerThreadRunning() { return threadServer.isRunning(); }
123
bool isSchemeThreadRunning() { return threadScheme.isRunning(); }
124
125
void stop();
126
bool start();
Callers
nothing calls this directly
Calls
1
isRunning
Method · 0.80
Tested by
no test coverage detected