Krzesimir Nowak 0b68331b9a pkg-auto: Add a jobs library
The library will be used for running emerge report and package update
report generation in separate processes to make them faster.

I initially wanted to use the relatively unknown feature of bash named
coprocs, but it was an unfinished feature as of bash 5.2, so I decided
to write my own then.

The library is rather basic - allows to fork a subprocess that will
run some bash function, communicate with it using subprocesses'
standard input/output, and reap the subprocess.

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-08-27 16:01:34 +02:00
..
2025-08-27 16:01:34 +02:00