Skip to main content

LogSender

Type Alias LogSender 

Source
pub type LogSender = UnboundedSender<LogEvent>;
Expand description

A sender used to stream LogEvents from a builder back to the progress-bar manager in crate::site. Errors sending are silently ignored because the receiver may already be gone when a builder finishes.

Aliased Typeยง

pub struct LogSender { /* private fields */ }