Output channel adapter that performs syncs (aka flush) after every write.
class auto sync output[any value value type]
implements output[value type]
private output[value type] the output
implement void write(value type value)
the outputwrite(value)
implement void write all(readonly list[value type] values)
the outputwrite all(values)
implement void sync()
implement void close()