mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-12-16 14:42:04 +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. |
||
|---|---|---|
| .. | ||
| kernel | ||
| service | ||
| ipc_helpers.h | ||
| ipc.h | ||
| lock.cpp | ||
| lock.h | ||
| result.h | ||