mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
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.
|