Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.timer_stopall

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
function fn.timer_stopall
import { fn } from "https://deno.land/x/ddc_vim@v0.17.0/deps.ts";
const { timer_stopall } = fn;

Stop all timers. The timer callbacks will no longer be invoked. Useful if a timer is misbehaving. If there are no timers there is no error. {only available when compiled with the |+timers| feature}

Returns

Promise<unknown>