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