Next | Query returned 25 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
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-05 00:26:19 by Sebastian Wiedenroth | Files touched by this commit (2)
Log message:
Update p5-Mojo-IOLoop-ForkCall to 0.17

0.17 2015-04-17
  - Fixed an error handling bug in the helper
   2015-01-17 18:45:13 by Sebastian Wiedenroth | Files touched by this commit (2)
Log message:
Update p5-Mojo-IOLoop-ForkCall to 0.16

0.16 2014-12-22
  - Added Mojolicious::Plugin::ForkCall, provides fork_call helper (Grinnz++)
   2014-10-21 14:32:30 by Sebastian Wiedenroth | Files touched by this commit (2)
Log message:
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-08-30 12:53:51 by Sebastian Wiedenroth | Files touched by this commit (4)
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.

Next | Query returned 25 messages, browsing 21 to 30 | previous