An async reader for files or other potential huge amount of data. It allows to only read the data, which is needed, which saves memory and computing cost.
Methods
Consumes the writer and takes a reader which will consumed. Starts a background process which will copy all content from the reader into the writer. Flushes and closes the writer at the end.
Write the provided value as json formatted into the buffer