HH\Lib\Unix\connect_nd_async

Meta Engineer?

This is available as Unix\connect_nd_async in the www repository.

Deprecated: use connect_async() instead

namespace HH\Lib\Unix;

function connect_nd_async(
  string $path,
  ConnectOptions $opts,
): Awaitable<CloseableSocket>;

Parameters

  • string $path
  • ConnectOptions $opts

Returns