5 lines
242 B
Plaintext
5 lines
242 B
Plaintext
This module provides the STDOUT, STDERR and exit codes of asynchronously
|
|
running processes via events. It may be used for long running or blocking
|
|
processes that provide periodic updates on state via STDOUT. Simple IPC
|
|
is possible via STDIN.
|