Skip to main content
Module

x/denops_std/function/mod.ts>timer_stopall

📚 Standard module for denops.vim
Go to Latest
function timer_stopall
import { timer_stopall } from "https://deno.land/x/denops_std@v6.4.0/function/mod.ts";

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>