diff options
Diffstat (limited to 'src/io/teestream.nim')
-rw-r--r-- | src/io/teestream.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/teestream.nim b/src/io/teestream.nim index 81c9e2f0..a8f5792e 100644 --- a/src/io/teestream.nim +++ b/src/io/teestream.nim @@ -1,3 +1,6 @@ +# TeeStream: write to another stream when reading from one stream. +# See MultiStream for a push version. + import streams type TeeStream = ref object of Stream |