Skip to main content
Latest
function fn.timer_stopall
import { fn } from "https://deno.land/x/denops_lsputil@v0.9.4/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>