pub fn throttler_resume<T, F>(actor_id: Ustr) -> TimeEventCallbackExpand description
Sets throttler to resume sending messages.
Uses try_get_actor_unchecked so that embedded throttlers (not registered
in the actor registry) are handled gracefully. The send() auto-reset
ensures such throttlers recover once the rate window passes.