Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Pipe.prototype.setPendingInstances
import { Pipe } from "https://deno.land/std@0.150.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.