pub fn op_timer_handle(
    state: &mut OpState,
    _: (),
    _: ()
) -> Result<ResourceId, AnyError>
Expand description

Creates a TimerHandle resource that can be used to cancel invocations of op_sleep.