Code review comment for lp:~gerboland/qtmir/qmirserver-hides-mirserver

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

> So MirServer::stop() is thread safe or is it a hack?
>
>
> """
> void MirServerWorker::stop()
> {
> server->stop();
> }
> """

Please ignore me. Now I see that MirServerWorker::run() and stop() are never called directly from the main thread but only from the within worker thread's event loop.

« Back to merge proposal