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 viboes, 10 years ago

Status: newassigned

comment:2 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.55.0

comment:3 by viboes, 9 years ago

Milestone: Boost 1.55.0Boost 1.56.0

comment:4 by viboes, 9 years ago

Committed revision [85854]. Thread: fix some move semantic issues on sync_queue and sync_bounded_queue and add tests.

Note: See TracTickets for help on using tickets.