Function async_stream

Source
pub fn async_stream<W: Write + Send + 'static, F: Format + Send + 'static>(
    io: W,
    format: F,
) -> Async
Expand description

Stream logging records to IO asynchronously

Create AsyncStreamer drain