Skip to main content
Module

x/denops_std/function/vim/mod.ts>ch_close_in

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

Close the "in" part of {handle}. See channel-close-in. {handle} can be a Channel or a Job that has a Channel. A close callback is not invoked.

Can also be used as a method:

GetChannel()->ch_close_in()

Parameters

denops: Denops
handle: unknown

Returns

Promise<void>