import { MultiCloseProcess } from "https://deno.land/x/proc@0.20.33/legacy/runners/closers.ts";
Wrapper for a Deno process that ensures it is only closed once, even though we may try to close it multiple times.
x/proc/legacy/runners/closers.ts>MultiCloseProcess
import { MultiCloseProcess } from "https://deno.land/x/proc@0.20.33/legacy/runners/closers.ts";
Wrapper for a Deno process that ensures it is only closed once, even though we may try to close it multiple times.