Skip to main content
Go to Latest
method Pipe.prototype.setPendingInstances
import { Pipe } from "https://deno.land/std@0.177.0/node/internal_binding/pipe_wrap.ts";

Set the number of pending pipe instance handles when the pipe server is waiting for connections. This setting applies to Windows only.

Parameters

instances: number

Number of pending pipe instances.