In IO::Socket::Async§
See primary documentation in context for method connect
method connect(Str , Int --> Promise)
Attempts to connect to the TCP server specified by $host
and $port
, returning a Promise
that will either be kept with a connected IO::Socket::Async
or broken if the connection cannot be made.