Function dipstick::async [] [src]

pub fn async<M, IC>(queue_size: usize, chain: IC) -> Chain<M> where
    M: Clone + Send + Sync + 'static,
    IC: Into<Chain<M>>, 
Deprecated since 0.5.0

: Use with_async_queue instead.

Enqueue collected metrics for dispatch on background thread.