mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-19 10:16:47 +08: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.