mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-29 11:06:57 -06:00
5692c48ab7
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.