# Functions
ReaderTee read all from in and tee to all teeFuncs and mainFunc It will stream the data, low memory usage mainFunc should read all data from in teeFuncs can read all what mainFunc read.
ReaderTeeBuffered read all from in and tee to all teeFuncs It will buffer all the read data in memory.
# Type aliases
No description provided by the author