I just remember what I want for next Foundation and keep a record of it.
I want Foundation to add a protocol such as StreamProtocol
that could be like Ruby's IO
.
I suppose its conforming types are:
-
Stream
class -
Pipe
class - Classes related to sockets
-
FileHandle
class - ...and so on
Backgrounds