SIGN IN SIGN UP

Wait using a condition variable in server

Currently, server_stop() is called from the same thread as
server_connect_to(), so interruption may never happen.

This is a step to prepare executing the server from a dedicated thread.
R
Romain Vimont committed
5b9c88693ea1b2d19f325ab6ff6c06119781a101
Parent: a54dc82