Skip to main content
Module

x/ddu_vim/deps.ts>fn.timer_stopall

Dark deno-powered UI framework for neovim/Vim8
Go to Latest
function fn.timer_stopall
import { fn } from "https://deno.land/x/ddu_vim@v1.13.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>