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