This is available as Unix\connect_nd_async in the www repository.
Unix\connect_nd_async
Deprecated: use connect_async() instead
namespace HH\Lib\Unix; function connect_nd_async( string $path, ConnectOptions $opts, ): Awaitable<CloseableSocket>;
string $path
ConnectOptions $opts
Awaitable<CloseableSocket>