Type Definition tokio_stdin_stdout::SendableStderr

source ·
pub type SendableStderr = SendableStdout;
Expand description

Alias for SendableStdout to avoid confusion of SendableStdout being used for stderr.

Note that a mutex is being locked every time a read is performed, so performance may be a problem.

Also note that if data is outputted using multiple Write::write calls from multiple tasks, the order of chunks is not specified.