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 like to use it to send messages to all of my threads and outside of a task scheduler you can just give it the handle to the thread. However in TBB, I'm not entirely certain how to reliably get handles to the threads.
Thanks!