Tagged Questions

2
votes
1answer
209 views

IOCP with task scheduler (Threaded Building Blocks)

I'm using TBB and was wondering how I could use IOCP with its task scheduler. Has anyone done this? If so, some details would be greatly appreciated. I don't have much experience with IOCP, but I'd ...
0
votes
2answers
254 views

A question on IOCP

If I want to use completion port to get information from different thread , how can I design the structure of the program?How about the one below? If I want to use a global function ,how can I set ...