libuv
)
void uv_pipe_pending_instances(uv_pipe_t* handle, int count)
Set the number of pending pipe instance handles when the pipe server is waiting for connections.
Note This setting applies to Windows only.
int uv_pipe_pending_count(uv_pipe_t handle)
uv_handle_type uv_pipe_pending_type(uv_pipe_t handle)
Used to receive handles over IPC pipes.
First - call uv_pipe_pending_count(), if itβs > 0 then initialize a handle of the given type, returned by uv_pipe_pending_type() and call uv_accept(pipe, handle).