Commit graph

5 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiedi
d8389a202e Update p5-Mojo-IOLoop-ForkCall to 0.17
0.17 2015-04-17
  - Fixed an error handling bug in the helper
2015-06-04 22:26:19 +00:00
wiedi
42b5ef4314 Update p5-Mojo-IOLoop-ForkCall to 0.16
0.16 2014-12-22
  - Added Mojolicious::Plugin::ForkCall, provides fork_call helper (Grinnz++)
2015-01-17 17:45:13 +00:00
wiedi
8a8f1270cd Update p5-Mojo-IOLoop-ForkCall to 0.15
Changelog:

0.15 2014-09-17
  - Replaced use of emit_safe which has been deprecated in Mojo::EventEmitter
2014-10-21 12:32:30 +00:00
wiedi
febaa35694 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.
2014-08-30 10:53:51 +00:00