HH\Lib\Unix\Server
Interface Synopsis
namespace HH\Lib\Unix;
final class Server implements \HH\Lib\Network\Server<CloseableSocket> {...}
Public Methods
::createAsync(string $path): Awaitable<this>
Create a bound and listening instance->getLocalAddress(): string
->nextConnectionAsync(): Awaitable<CloseableSocket>
->stopListening(): void