- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have looked at Boost::Thread API, it looks rather similar to TBB threads. The difference (from the user point of view) is that Boost::Thread have a rich API for threads, but nothing regarding task-based parallelism.
If I'm not mistaken, threads have been added to TBB lately, right?
I thought, is it possible to use Boost::Threads together with TBB? Has anybody ever tried to?
Best,
Idan
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
> If I'm not mistaken, threads have been added to TBB lately, right?
About 2 years ago, IIRC.
> I thought, is it possible to use Boost::Threads together with TBB? Has anybody ever tried to?
It should be Ok, TBB does not make any assumptions on what thread it's called from.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page