Implementation of input/output channels.
namespace channels
An adapter that creates an output channel backed by a list.
class appender
Output channel adapter that counts the elements that pass through it.
class output counter
Output channel adapter that uses a function to perform a mapping.
class output transformer
Output channel adapter that performs syncs (aka flush) after every write.
class auto sync output
test suite test output transformer