Y
Hacker News
new
|
ask
|
show
|
jobs
by
amluto
1299 days ago
IOCP was missing a rather obvious feature until recently: disassociating a handle from an IOCP:
https://stackoverflow.com/questions/30688028/un-associate-so...
1 comments
magicalhippo
1298 days ago
Just curious, what's the use-case for this?
link
amluto
1298 days ago
Any library that is supposed to leave a socket or other handle in the same state in which it got it.
link
magicalhippo
1298 days ago
Yeah I suppose. Not used to such libraries, the ones I've used either control the creation of the handle or take ownership.
link