cpan MCE 1.896

latest releases: 1.900, 1.899, 1.898...
3 months ago
  • Weaken internal core MCE reference to reap workers automatically
    upon leaving the { scope i.e. omitting shutdown }. Note: No change
    to MCE models Flow, Grep, Loop, Map, Step, and Stream. Call finish
    explicitly to reap workers.

This resolves the case where the author omitted calling $mce->run(),
$mce->run(1), or $mce->shutdown() inside a scope, causing workers
to linger around until completion of the script.

Don't miss a new MCE release

NewReleases is sending notifications on new releases.