Crate xstream_util[][src]

Expand description

xstream library

Provides a command to take a BufRead and split it as input among several processes. There’s current not any async support, and therefore no real way to interact with the processes afterwards. Event collecting the output would require effort / synchronization, so currently they’re all just piped to the standard inhereted buffers.

Functions

stream one reader into several independent processes