Samuel Schetterer
Samuel Schetterer
Unbounded readers is a huge edge case and wildly complicates the code since there's no GC
It would be great if there was a futures queue which only implemented stream and not sink so readers didn't have to notify the senders
Like channels, this should support the recv_timeout method
This needs support for reading and writing raw byte steams, which would probably be able to use a fundamentally similar queue algorithm.