Skip to main content
Module

x/ddc_vim/deps.ts>fn.timer_stopall

Dark deno-powered completion framework for neovim/Vim
Latest
function fn.timer_stopall
import { fn } from "https://deno.land/x/ddc_vim@v4.3.1/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<void>