Potato Engine
Hobby Game Engine Project
Public Member Functions | List of all members
up::LockFreeQueue< T, Size, CacheLineWidth > Class Template Reference

Public Member Functions

 LockFreeQueue (LockFreeQueue const &)=delete
 
LockFreeQueueoperator= (LockFreeQueue const &)=delete
 
template<typename InsertT >
bool tryEnque (InsertT &&value)
 
bool tryDeque (T &out)
 

The documentation for this class was generated from the following file: