issues
search
IntersectMBO
/
Win32-network
Networking library for Windows
Apache License 2.0
4
stars
6
forks
source link
Improve System.Win32.Async.Socket.accept
#7
Open
coot
opened
3 years ago
coot
commented
3 years ago
It might be possible to use
'WSAEventSelect', or
'AcceptEx' to make
accept
call interruptible without running it in a seprate thread.
It might be possible to use
accept
call interruptible without running it in a seprate thread.