[Issue 17013] New: a std.streams module and API
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Dec 22 09:05:08 PST 2016
https://issues.dlang.org/show_bug.cgi?id=17013
Issue ID: 17013
Summary: a std.streams module and API
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: greeenify at gmail.com
After socketstream was deprecated and removed from Phobos, it's now lacking
support for streams. Currently the best option is to use the Vibe.d streaming
API:
http://vibed.org/api/vibe.core.stream/Stream
http://vibed.org/api/vibe.core.net/TCPConnection
http://vibed.org/api/vibe.core.stream/ConnectionStream
(note that this is related to https://issues.dlang.org/show_bug.cgi?id=17012)
--
More information about the Digitalmars-d-bugs
mailing list