Embedded Multicore Building Blocks V1.0.0
Classes

Concurrent pools. More...

Classes

class  embb::containers::LockFreeTreeValuePool< Type, Undefined, PoolAllocator, TreeAllocator >
 Lock-free value pool using binary tree construction. More...
 
class  embb::containers::ObjectPool< Type, ValuePool, ObjectAllocator >
 Pool for thread-safe management of arbitrary objects. More...
 
class  embb::containers::WaitFreeArrayValuePool< Type, Undefined, Allocator >
 Wait-free value pool using array construction. More...
 

Detailed Description

Concurrent pools.