Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pup/lib/common/ipc.ts>FileIPC#close

Universal process manager built in Deno
Go to Latest
method FileIPC.prototype.close
import { FileIPC } from "https://deno.land/x/pup@1.0.0-beta.32/lib/common/ipc.ts";

Close the file-based IPC and remove the IPC file.

Parameters

optional
leaveFile: boolean

Returns

Promise<void>