Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
ETLHelpers.hpp File Reference
#include <xrpl/basics/base_uint.h>
#include <condition_variable>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <mutex>
#include <optional>
#include <queue>
#include <vector>
Include dependency graph for ETLHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  etl::ThreadSafeQueue< T >
 Generic thread-safe queue with a max capacity. More...
 

Namespaces

namespace  etl
 This namespace contains everything to do with the ETL and ETL sources.
 

Functions

std::vector< ripple::uint256 > etl::getMarkers (size_t numMarkers)
 Parititions the uint256 keyspace into numMarkers partitions, each of equal size.