BDE 3.18.0: Production Release¶
Schedule¶
The BDE team is pleased to announce that the BDE 3.18.0 production release was completed on Tuesday, December 11, 2018
BDE 3.18.0 Highlights¶
New Component: bdlcc_singleconsumerqueue
¶
The new component,
bdlcc_singleconsumerqueue
, defines a class template for a thread-aware container designed to have no more than one thread at a time accessing the consumer side (or the behavior is undefined), and an arbitrary number of concurrent producer threads. See bdlcc_singleconsumerqueue.