Changes for version 2.007 - 2021-01-25

  • New features:
  • the `->source` provided by a Ryu::Sink is now a child of the sink itself, to facilitate backpressure algorithms and help with common streaming configurations
  • Bugs fixed:
  • ->ordered_futures would call ->pause or ->resume more often than required, these are now only triggered when they would change state

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