Commit 5692c48a authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

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.
parent 80b4bd35
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment