The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.09

  • Changed all modules to use AutoLoader to defer loading of necessary subroutines to when they are actually needed. This should save memory and CPU for larger programs, or with large numbers of threads. The test-suite only marginally takes more memory at the same CPU usage: overhead of compiling is levelled out with the overhead of cloning pre-compiled routines.

Modules

transport of any data-structure between threads
array implementation of Thread::Conveyor
thread implementation of Thread::Conveyor
helper class of Thread::Conveyor