scrcpy/app
Romain Vimont d580ee30f1 Separate process wait and close
On Linux, waitpid() both waits for the process to terminate and reaps it
(closes its handle). On Windows, these actions are separated into
WaitForSingleObject() and CloseHandle().

Expose these actions separately, so that it is possible to send a signal
to a process while waiting for its termination without race condition.

This allows to wait for server termination normally, but kill the
process without race condition if it is not terminated after some delay.
2021-01-08 16:44:21 +01:00
..
src Separate process wait and close 2021-01-08 16:44:21 +01:00
tests Customize shortcut modifier 2020-08-01 16:31:27 +02:00
meson.build Move conditional src files in meson.build 2021-01-08 16:44:21 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00