Function deno_timers::op_sleep_sync[][src]

pub fn op_sleep_sync<TP>(
    state: &mut OpState,
    millis: u64,
    _: ()
) -> Result<(), AnyError> where
    TP: TimersPermission + 'static,