ASPiK SDK
Loading...
Searching...
No Matches
moodycamel::BlockingReaderWriterQueue< T, MAX_BLOCK_SIZE > Class Template Reference

Public Member Functions

 BlockingReaderWriterQueue (size_t maxSize=15)
 
AE_FORCEINLINE bool try_enqueue (T const &element)
 
AE_FORCEINLINE bool try_enqueue (T &&element)
 
AE_FORCEINLINE bool enqueue (T const &element)
 
AE_FORCEINLINE bool enqueue (T &&element)
 
template<typename U >
bool try_dequeue (U &result)
 
template<typename U >
void wait_dequeue (U &result)
 
template<typename U >
bool wait_dequeue_timed (U &result, std::int64_t timeout_usecs)
 
AE_FORCEINLINE T * peek ()
 
AE_FORCEINLINE bool pop ()
 
AE_FORCEINLINE size_t size_approx () const
 

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