cpan MCE 1.501

latest releases: 1.900, 1.899, 1.898...
10 years ago

[BUG FIXES]

  • Addressed an issue with the worker signal "die" handler (#89538). Eval'd
    code should not raise an exception causing the app to die. This is working
    as expected for workers spawned as children.

For threads, a die called explicitly inside an eval block will cause the
worker to exit (same as previously). However, an eval 'use MissingModule'
will no longer cause the thread to die.

[ENHANCEMENTS]

  • Changelog section uses a new format beginning with this release.

[NEW FEATURES]

  • Added examples/flow_model.pl for demonstrating MCE::Flow, MCE::Queue, and
    MCE->gather.

Don't miss a new MCE release

NewReleases is sending notifications on new releases.