import "io/tcp";
Asynchronous TCP connection.
Inherits from AsyncStream.
static function open(hostname: String, port: Integer, callback, data): AsyncTCPConnection
function callback(data, conn: AsyncTCPConnection)
conn
parameter provides the established connection or null
in case there was an error.