ports/devel/p5-Proc-FastSpawn/distinfo
Po-Chuan Hsieh 8b87ab8cba
devel/p5-Proc-FastSpawn: Add p5-Proc-FastSpawn 1.2
The purpose of this small (in scope and footprint) module is simple: spawn a
subprocess asynchronously as efficiently and/or fast as possible. Basically the
same as calling fork+exec (on POSIX), but hopefully faster than those two
syscalls.

Apart from fork overhead, this module also allows you to fork+exec programs when
otherwise you couldn't - for example, when you use POSIX threads in your perl
process then it generally isn't safe to call fork from perl, but it is safe to
use this module to execute external processes.

WWW: https://metacpan.org/dist/Proc-FastSpawn
2021-09-22 06:11:41 +08:00

3 lines
165 B
Text

TIMESTAMP = 1632227460
SHA256 (Proc-FastSpawn-1.2.tar.gz) = fd525111e0f5e7de365b226b6b98b928a4293abe4928ed07d94f3aee12af2b2b
SIZE (Proc-FastSpawn-1.2.tar.gz) = 6391