#include "genesis/utils/core/options.hpp"#include "genesis/utils/io/input_source.hpp"#include "genesis/utils/threading/thread_pool.hpp"#include <cassert>#include <memory>#include <string>#include <stdexcept>#include <utility>Go to the source code of this file.
Classes | |
| class | AsynchronousReader |
Read bytes from an InputSource into a char buffer. More... | |
| class | SynchronousReader |
Read bytes from an InputSource into a char buffer. More... | |
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::utils | |
Typedefs | |
| using | InputReader = AsynchronousReader |
| Alias for the either AsynchronousReader or SynchronousReader. More... | |