The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.04 - 2005-02-02

  • Fixed memory leak for Perl 5.8.4-Win32 for push() and shift() of shared @{ $this->{jobs} }.
  • Fixed Job destruction in the thread execution side.
  • Added limit (200) of added jobs in the list and a delay until reduce that.

Modules

Create Threads that can be called externally and use them to isolate modules from the main thread.
Map/link packages of one thread to many other threads.
A pool of threads to execute multiple tasks.

Provides

in lib/Thread/Isolate/Job.pm
in lib/Thread/Isolate/Map/Array.pm
in lib/Thread/Isolate/Map/Handle.pm
in lib/Thread/Isolate/Map/Hash.pm
in lib/Thread/Isolate/Map/Scalar.pm
in lib/Thread/Isolate/Thread.pm
in lib/Thread/Isolate/Thread.pm