2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle
ReinUsesLisp 5692c48ab7 service/sockets: Add worker abstraction to execute blocking calls asynchronously
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.
2020-07-28 01:47:03 -03:00
..
kernel core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
service service/sockets: Add worker abstraction to execute blocking calls asynchronously 2020-07-28 01:47:03 -03:00
ipc.h
ipc_helpers.h
lock.cpp
lock.h
result.h