SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::async_input_buffer_view< urng_t >::state Struct Reference

Buffer and thread and shared between copies of this type. More...

Public Attributes

contrib::fixed_buffer_queue< std::ranges::range_value_t< urng_t > > buffer
 The buffer queue.
 
std::thread producer
 Thread that rebuffers in the background.
 
urng_t urange
 The underlying range.
 

Detailed Description

template<std::ranges::range urng_t>
struct seqan3::detail::async_input_buffer_view< urng_t >::state

Buffer and thread and shared between copies of this type.


The documentation for this struct was generated from the following file:
Hide me