Module spawn_then_wait

Module spawn_then_wait 

Source
Expand description

I/O-free coroutine to spawn a process and wait for its child’s exit status.

Structs§

SpawnThenWait
I/O-free coroutine for spawning a process then waiting for its child’s exit status.

Enums§

SpawnThenWaitError
Errors that can occur during the coroutine progression.
SpawnThenWaitResult
Output emitted after a coroutine finishes its progression.