AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include <atomic>
Go to the source code of this file.
Classes | |
class | Acore::Impl::MPSCQueueNonIntrusive< T > |
struct | Acore::Impl::MPSCQueueNonIntrusive< T >::Node |
class | Acore::Impl::MPSCQueueIntrusive< T, IntrusiveLink > |
Namespaces | |
namespace | Acore |
namespace | Acore::Impl |
Typedefs | |
template<typename T , std::atomic< T * > T::* IntrusiveLink = nullptr> | |
using | MPSCQueue = std::conditional_t< IntrusiveLink !=nullptr, Acore::Impl::MPSCQueueIntrusive< T, IntrusiveLink >, Acore::Impl::MPSCQueueNonIntrusive< T > > |
using MPSCQueue = std::conditional_t<IntrusiveLink != nullptr, Acore::Impl::MPSCQueueIntrusive<T, IntrusiveLink>, Acore::Impl::MPSCQueueNonIntrusive<T> > |