Skip to main content
Module

x/ddu_vim/deps.ts>Lock#release

Dark deno-powered UI framework for neovim/Vim8
Go to Latest
method Lock.prototype.release
Re-export
import { Lock } from "https://deno.land/x/ddu_vim@v1.13.0/deps.ts";

Release the lock.

When the lock is locked, reset it to unlocked and return.

If the lock is unlocked, an Error is thrown.