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.02

  • override SIG{TERM} for child to exit silently from data processors
  • get rid of single-thread logic
  • fixup for input_iterator returned value so it can return and 0 for processing. only undef is considered as EOF
  • $_ is also passed as parameter (@_ or $_[0]) to the process_data closure

Modules

parallel data processing conveyor