The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Thread::Isolate.

0.03  2005-01-31
      - Added Thread::Isolate::Map. (see POD).
      - Added Thread::Isolate::Pool. (see POD).
      - Fixed memory leack for eval() calls to a thread. (Memory is stable now).
      - More tests.
      - Many new resources. (see POD).


0.02  2005-01-31
      - Added Mother Thread, that holds cleaner state of Perl, as the generator of all threads.
      - Added support to create Thread::Isolate objects inside other Thread::Isolate. So, is possible
        to clone a thread from outside too.


0.01  2005-01-29 17:51:27
      - original version;