mirror of
https://github.com/ocaml-multicore/eio.git
synced 2025-10-06 00:03:33 -04:00
Remove `read` and `write` classes and just use `source` and `sink` for everything. Rename `Flow.read_into src buf` to just `Flow.read src buf`, which makes more sense.