pub(crate) type TimelyLogWriter = Arc<EventLink<Timestamp, Vec<(Duration, TimelyEvent)>>>;Expand description
Per-worker writer handle for forwarding timely logging events to compute.
Aliased Typeยง
pub(crate) struct TimelyLogWriter { /* private fields */ }