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