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

Changes for version 1.001 - 2019-04-15

  • New features:
  • sources populated from an immediate source (e.g. from an arrayref) will stream data via the `->{on_get}` callback the first time ->completed is called, since there's no guarantee we will be calling ->await on the top-level source.
  • Bugs fixed:
  • ->buffer sources now only complete once the queue is drained.

Documentation

using Ryu in network protocols
using Ryu for dealing with network protocols
reactive programming using Ryu

Modules

Ryu
asynchronous stream building blocks
accumulate data
support for Future-style failure information
generic node
plus ça change
base representation for a thing that receives events
base representation for a source of events
combines a source and a sink