Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ AsyncExecutorProcess
Method
AsyncExecutorProcess
include/process/async.hpp:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
friend class AsyncExecutor;
72
73
AsyncExecutorProcess() : ProcessBase(ID::generate(
"__async_executor__"
)) {}
74
~AsyncExecutorProcess() override {}
75
76
// Not copyable, not assignable.
Callers
nothing calls this directly
Calls
1
generate
Function · 0.85
Tested by
no test coverage detected