amphp / byte-stream

A non-blocking stream abstraction for PHP based on Amp.
https://amphp.org/byte-stream
MIT License
364 stars 31 forks source link

Add buffer function #43

Closed kelunik closed 5 years ago

kelunik commented 5 years ago

This simplifies buffering streams by not having to construct a Message / Payload object.