Trait dipstick::WithAsyncQueue [] [src]

pub trait WithAsyncQueue where
    Self: Sized
{ fn with_async_queue(&self, queue_size: usize) -> Self; }

Enqueue collected metrics for dispatch on background thread.

Required Methods

Enqueue collected metrics for dispatch on background thread.

Implementors