Interface for a data writer sink.
Writes the given chunk to the sink.
Chunk of data to write to the sink.
a promise if write operation is asynchronous, nothing when write operation is synchronous.
Interface for a data writer sink.