mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-14 03:04:29 +01:00
Interrupt any blocking call on process terminated, like on server_stop(). This allows to interrupt any blocking accept() with correct synchronization without additional complexity.