Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
subprocess::defer_spawn Struct Reference

#include <subprocess.hpp>

Public Member Functions

 defer_spawn (bool d)
 

Public Attributes

bool defer = false
 

Detailed Description

Option to defer spawning of the child process till Popen::start_process API is called. Default value is false.

Definition at line 669 of file subprocess.hpp.

Constructor & Destructor Documentation

◆ defer_spawn()

subprocess::defer_spawn::defer_spawn ( bool  d)
inlineexplicit

Definition at line 670 of file subprocess.hpp.

Member Data Documentation

◆ defer

bool subprocess::defer_spawn::defer = false

Definition at line 671 of file subprocess.hpp.


The documentation for this struct was generated from the following file: