Function deno_timers::op_now[][src]

pub fn op_now<TP>(
    state: &mut OpState,
    _argument: (),
    _: ()
) -> Result<f64, AnyError> where
    TP: TimersPermission + 'static,