Skip to main content
Module

x/ddc_vim/deps.ts>fn.timer_stopall

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