scrcpy/app
Romain Vimont 5b9c88693e 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.
2021-11-13 10:17:51 +01:00
..
src Wait using a condition variable in server 2021-11-13 10:17:51 +01:00
tests Add line wrapper 2021-11-11 14:55:53 +01:00
meson.build Move functions from process to file 2021-11-12 22:44:37 +01:00
scrcpy.1 Document --power-off-on-close 2021-11-07 19:27:53 +01:00