vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
createConnectionProxyStream
index
vibe
stream
wrapper
Undocumented in source. Be warned that the author may not have intended to support it.
ConnectionProxyStream
createConnectionProxyStream
(Stream stream, ConnectionStream connection_stream)
ConnectionProxyStream
createConnectionProxyStream
(
Stream
ConnectionStream
)
(
Stream
stream
,
ConnectionStream
connection_stream
)
if
(
isStream
!
Stream
&&
isConnectionStream
!
ConnectionStream
)
ConnectionProxyStream
createConnectionProxyStream
(InputStream input, OutputStream output, ConnectionStream connection_stream)
Meta
Source
See Implementation
index
vibe
stream
wrapper
classes
ConnectionProxyStream
ProxyStream
functions
createConnectionProxyStream
createConnectionProxyStreamFL
createProxyStream
streamInputRange
streamOutputRange
structs
StreamInputRange
StreamOutputRange