A library for working with phylogenetic and population genetic data.
v0.32.0
blocking_concurrent_queue.hpp File Reference
#include "genesis/utils/threading/concurrent_queue.hpp"
#include "genesis/utils/threading/lightweight_semaphore.hpp"
#include <cerrno>
#include <chrono>
#include <ctime>
#include <memory>
#include <type_traits>

Go to the source code of this file.

Classes

class  BlockingConcurrentQueue< T, Traits >
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils
 

Functions

template<typename T , typename Traits >
void swap (BlockingConcurrentQueue< T, Traits > &a, BlockingConcurrentQueue< T, Traits > &b) MOODYCAMEL_NOEXCEPT