Sequence Read

std/fs/mono/read::Read


Inputs

path: Block<string>

Outputs

↦ data: Stream<byte>
↦ failure: Block<void>
↦ message: Stream<string>


Read one file.

The content of the file given through path is streamed through data.

If any reading failure happens, failure is emitted and message contains text of the related error.