
Connect to remote netsession asyncronously.
CL_NetComputer CL_NetSession::connect_async( const CL_SocketName & remote);
Detailed description:
The DNS lookup and connect is done in a worker thread, thus not blocking the calling thread. If the connection fails, CL_NetSession::sig_disconnected() is emitted.