amphp / byte-stream

A non-blocking stream abstraction for PHP based on Amp.

Home Page:https://amphp.org/byte-stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop Buffer

kelunik opened this issue · comments

I hereby propose to drop Buffer. As far as I'm aware there's not a single use of it in your libraries. It will be kept in the history and can be restored if need arises.

It can stay if somebody is willing to write tests for it, but I'm currently not, and I don't want to have it here without any tests.

Yep, fine by me. I used it mainly for prototyping, but then would drop it and use raw string ops.