scrcpy/app
Romain Vimont 0426708544 Run the server from a dedicated thread
Define server callbacks, start the server asynchronously and listen to
connection events to initialize scrcpy properly.

It will help to simplify the server code, and allows to run the UI event
loop while the server is connecting. In particular, this will allow to
receive SIGINT/Ctrl+C events during connection to interrupt immediately.
2021-11-13 10:19:52 +01:00
..
src Run the server from a dedicated thread 2021-11-13 10:19:52 +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