Esempio n. 1
0
void Server::join() {
	IThread* pThread = getThreadThrowIfNotStarted();
	pThread->join();
	cleanUp();
}