SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
buffer_queue.hpp File Reference

Provides seqan3::buffer_queue. More...

#include <seqan3/std/algorithm>
#include <atomic>
#include <seqan3/std/bit>
#include <cmath>
#include <seqan3/std/concepts>
#include <mutex>
#include <seqan3/std/new>
#include <seqan3/std/ranges>
#include <shared_mutex>
#include <seqan3/std/span>
#include <type_traits>
#include <vector>
#include <seqan3/core/range/type_traits.hpp>
#include <seqan3/utility/container/concept.hpp>
#include <seqan3/utility/parallel/detail/spin_delay.hpp>
+ Include dependency graph for buffer_queue.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::buffer_queue.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>