Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Executor
Method
Executor
include/process/executor.hpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
{
31
public:
32
Executor() : process(ID::generate(
"__executor__"
))
33
{
34
spawn(process);
35
}
36
37
~Executor()
38
{
Callers
nothing calls this directly
Calls
2
generate
Function · 0.85
spawn
Function · 0.70
Tested by
no test coverage detected