SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
suspendable_queue.hpp File Reference

Provides seqan suspendable queue. More...

#include <condition_variable>
#include <mutex>
#include <thread>
#include <vector>
#include <seqan3/core/platform.hpp>
#include <seqan3/std/algorithm>
#include <seqan3/std/iterator>
#include <seqan3/std/ranges>
#include <seqan3/std/span>
+ Include dependency graph for suspendable_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 seqan suspendable queue.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
David Weese <david.weese AT fu-berlin.de>