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 Coro-PrioChannel

0.004     2013-03-23
        + Add Coro::PrioChannel::Multi
        + Queues now age items to prevent starvation

0.003     2012-04-13
        + Add optional minimum-priority-level to size. Need to figure it out
          for get, too (blocking here is harder, as will be testing).

0.002     2012-04-11
        + Add github metadata
        + Add some better documentation for put (hey, it's all relative)
        + Add test for size method

0.001     2012-04-10
        + Initial revision based nearly completely on Coro::Channel.