Foundation
Loading...
Searching...
No Matches
Classes | Namespaces
AtomicQueue.hpp File Reference
#include <bit>
#include "Allocator.hpp"
#include "Atomic.hpp"
#include "Container.hpp"

Go to the source code of this file.

Classes

class  Foundation::Core::SPSCQueue< T >
 Atomic, bounded single-producer single-consumer FIFO ring buffer with a fixed maximum size. More...
 
class  Foundation::Core::MPMCQueue< T >
 Atomic, bounded multi-producer multi-consumer FIFO ring buffer with a fixed maximum size. More...
 
struct  Foundation::Core::MPMCQueue< T >::Data
 

Namespaces

namespace  Foundation
 
namespace  Foundation::Core
 Lock-free atomic primitives and implementations of data structures.