Trait tikv_util::yatp_pool::PoolTicker[][src]

pub trait PoolTicker: Send + Clone + 'static {
    fn on_tick(&mut self);
}

Required methods

fn on_tick(&mut self)[src]

Loading content...

Implementors

impl PoolTicker for DefaultTicker[src]

Loading content...