Tagged Questions
1
vote
2answers
1k views
IOCP in custom thread pool
I'm currently searching the internet for a custom thread pool implementation.
I found an implementation which uses IOCP's. I'm wondering what the benefit is, of using them? Do they provide work ...