A simple implementation of the Ryu::Source for educational purposes
An over-simplified version of Ryu::Source.
We're going to ignore all the bells and whistles that make Ryu::Source work
in real world application and implement a simplified version to help us understand
how the basics of the library works.
make
- Add
IO::Asyncand make things work properly.
- Handle references gracefully
- Handle finishing the sources properly
- Some Reactive examples
- How to use in production code
- How to use for testing