MCPcopy 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{
31public:
32 Executor() : process(ID::generate("__executor__"))
33 {
34 spawn(process);
35 }
36
37 ~Executor()
38 {

Callers

nothing calls this directly

Calls 2

generateFunction · 0.85
spawnFunction · 0.70

Tested by

no test coverage detected