https://issues.dlang.org/show_bug.cgi?id=17012
Issue ID: 17012
Summary: std.io: an io interface with support for streams and
ranges
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
There has been a lot of work and libraries like iopipe do like very promising:
- https://github.com/schveiguy/iopipe
- https://github.com/jasonwhite/io
-
https://github.com/rejectedsoftware/vibe.d/blob/master/stream/vibe/stream/stdio.d
--