[][src]Function coerce_rt::actor::scheduler::timer::timer_loop

pub async fn timer_loop<A: Actor, T: TimerTick>(
    tick: Duration,
    msg: T,
    __arg2: ActorRef<A>,
    __arg3: Receiver<bool>
) where
    A: 'static + Handler<T> + Sync + Send,
    T: 'static + Clone + Sync + Send,
    T::Result: 'static + Sync + Send