loopStream

Helper to construct a Stream, useful if the Stream you are modeling has a blocking loop

template loopStream(E)
loopStream
(
T
)
(
T t
)

Members

Aliases

DG
alias DG = CollectDelegate!(E)
Undocumented in source.

Functions

loopStream
auto loopStream(T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta