www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17013] New: a std.streams module and API

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 puremagic.com
          Reporter: greeenify 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)

--
Dec 22 2016