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 Parallel-Pipes

0.200  2023-03-18 10:15:49 JST
    - Introduce "tick" functionality (#7)
    - Rename internal packages (eg: Parallel::Pipe::Here -> Parallel::Pipes::Here)

0.102  2022-03-06 03:05:54 JST
    - Add Parallel::Pipes::App->map method (#6)

0.101  2022-03-03 21:28:50 JST
    - Remove Parallel::Pipes::App->once method; just use Parallel::Pipes::App->run instead (#5)

0.100  2022-02-27 16:42:57 JST
    - Introduce Parallel::Pipes::App class (#4)

0.005  2019-11-10 18:20:50 JST
    - Reduce calls of sysread() (#2)

0.004  2018-01-14 13:21:14 JST
    - Call srand() after fork

0.003  2017-05-04 23:57:20 JST
    - No functional change

0.002  2017-01-04 19:04:05 JST
    - Take care of "false" data
    - Switch to Module::Build::Tiny

0.001  2016-08-22 02:36:34 JST
    - Initial release