mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-08 10:07:54 -05:00
This abstraction allows executing blocking functions (like recvfrom on a socket configured for blocking) without blocking the service thread. It is intended to be used with SleepClientThread.