Changes for version 2.000 - 2020-06-09

  • New features:
  • Ryu::Buffer was previously an empty class, should now be doing something useful
  • ->as_queue to get a Future::Queue instance from a Ryu::Source
  • ->as_buffer to get a Ryu::Buffer instance from a Ryu::Source
  • Deprecations:
  • Ryu::Exception ->future is no longer supported, should be ->as_future instead
  • Since there's a deprecated feature, this is a major version release.

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