Function timer_actor

Source
pub async fn timer_actor<T, Ctx>(ctx: &mut Ctx, receiver: Address) -> Never
where T: Timer, Ctx: Messaging + Now<Instant = T::Instant> + Quit,