Home | All Classes | Grouped Classes | Index | Search
Connect to remote netsession asyncronously.
CL_NetComputer connect_async( const std::string& hostname, const std::string& port);
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.
See also:
CL_NetComputer | CL_NetSession