Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ waitSpawned
Method
waitSpawned
src/ipc/process.cpp:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
});
36
}
37
int waitSpawned(int pid) override { return mp::WaitProcess(pid); }
38
bool checkSpawned(int argc, char* argv[], int& fd) override
39
{
40
// If this process was not started with a single -ipcfd argument, it is
Callers
1
spawnProcess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected