Changes for version 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).
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