Module spawn_then_wait_with_output

Module spawn_then_wait_with_output 

Source
Expand description

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

Structs§

SpawnThenWaitWithOutput
I/O-free coroutine for spawning a process then waiting for its child’s output.

Enums§

SpawnThenWaitWithOutputError
Errors that can occur during the coroutine progression.
SpawnThenWaitWithOutputResult
Output emitted after a coroutine finishes its progression.