Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Using MFC and TBB toegether

izuleta
Beginner
277 Views

Has anyone used the TBB concurrent containers with threads created using MFC?

Thanks,

-ignacio

0 Kudos
1 Reply
robert-reed
Valued Contributor II
277 Views

Given the stunning response to this thread, I guess the answer is, "no.

TBB concurrent containers don't require the services of the TBB task scheduling code and use their own internal locking, so I can't see a reason why this won't work. If you're still interested, give it a try and let us know what you find out!

0 Kudos
Reply