scrcpy/app
Romain Vimont de50846905 Close process on check success
The interruptible version of the function to check process success
(sc_process_check_success_intr()) did not accept a close parameter to
avoid a race condition. But as the result, the processes were not closed
at all.

Add a close parameter, and close the process separately to avoid the
race condition.
2021-11-18 18:31:36 +01:00
..
src Close process on check success 2021-11-18 18:31:36 +01:00
tests Move str_util to str 2021-11-14 01:22:22 +01:00
meson.build Move str_util to str 2021-11-14 01:22:22 +01:00
scrcpy.1 Document --power-off-on-close 2021-11-07 19:27:53 +01:00