Sequence Read

std/fs/multi/read::Read


Inputs

path: Stream<string>

Outputs

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


Read multiple files.

The contents of the files given through path are streamed through data. A new track is created for each received path.

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