Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ AsyncExecutor
Method
AsyncExecutor
include/process/async.hpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
#undef TEMPLATE
166
167
AsyncExecutor()
168
{
169
process = spawn(new AsyncExecutorProcess(), true); // Automatically GC.
170
}
171
172
virtual ~AsyncExecutor() {}
173
Callers
nothing calls this directly
Calls
1
spawn
Function · 0.70
Tested by
no test coverage detected