Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ defer_spawn
Method
defer_spawn
cpp-subprocess/subprocess.hpp:801–801 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
799
*/
800
struct defer_spawn {
801
explicit defer_spawn(bool d): defer(d) {}
802
bool defer = false;
803
};
804
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected