Trait bitcoin_ipc::WaitSpawned
source · pub trait WaitSpawned {
// Required method
fn wait_spawned(&mut self, pid: i32) -> i32;
}
Required Methods§
sourcefn wait_spawned(&mut self, pid: i32) -> i32
fn wait_spawned(&mut self, pid: i32) -> i32
| Wait for spawned process to exit and | return its exit code. |