Function ddshow_sink::enable_timely_progress_logging[][src]

pub fn enable_timely_progress_logging<A, W>(
    worker: &mut Worker<A>,
    writer: W
) -> Option<Box<dyn Any + 'static>> where
    A: Allocate,
    W: Write + 'static,