mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-03-20 18:18:32 +01: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.