pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Mojo-IOLoop-ForkCall
Module Name: pkgsrc
Committed By: wiedi
Date: Sat Aug 30 10:53:51 UTC 2014
Added Files:
pkgsrc/devel/p5-Mojo-IOLoop-ForkCall: DESCR Makefile PLIST distinfo
Log Message:
Import p5-Mojo-IOLoop-ForkCall-0.14 as devel/p5-Mojo-IOLoop-ForkCall
Asynchronous programming can be benefitial for performance, however
not all functions are written for nonblocking interaction and
external processes almost never are.
By forking the blocking call into a new process, the main thread may
continue to run non-blocking, while the blocking call evaluates.
Mojo::IOLoop::ForkCall manages the forking and will emit an
event (or execute a callback) when the forked process completes.
Return values are serialized and sent from the child to the parent
via an appropriate pipe for your platform.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Mojo-IOLoop-ForkCall/DESCR \
pkgsrc/devel/p5-Mojo-IOLoop-ForkCall/Makefile \
pkgsrc/devel/p5-Mojo-IOLoop-ForkCall/PLIST \
pkgsrc/devel/p5-Mojo-IOLoop-ForkCall/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index