Opened 10 years ago
Closed 9 years ago
#8274 closed Feature Requests (fixed)
Add concurrent queue
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.56.0 | Component: | thread |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Add concurrent queues based on N3353: C++ Concurrent Queues http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3353.html and Concurrency in Action book.
Change History (5)
comment:1 by , 10 years ago
Status: | new → assigned |
---|
comment:2 by , 10 years ago
Milestone: | To Be Determined → Boost 1.55.0 |
---|
comment:3 by , 9 years ago
Milestone: | Boost 1.55.0 → Boost 1.56.0 |
---|
comment:4 by , 9 years ago
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Committed revision [85854]. Thread: fix some move semantic issues on sync_queue and sync_bounded_queue and add tests.