HH\Lib\Unix\connect_nd_async
Requires the Hack Standard Library - Experimental Additions to be installed.
Facebook Engineer?
This function is available as Unix\gen_connect_nd()
in Facebook's www repository.
Asynchronously connect to the specified unix socket, returning a non-disposable handle
namespace HH\Lib\Unix;
function connect_nd_async(
string $path,
ConnectOptions $opts = array (
),
): Awaitable<CloseableSocket>;
Parameters
string $path
ConnectOptions $opts = array ( )