[][src]Module discv5::query_pool

Re-exports

pub use peers::QueryState;
pub use peers::ReturnPeer;

Modules

peers

Peer selection strategies for queries in the form of iterator-like state machines.

Structs

Query

A query in a QueryPool.

QueryId

Unique identifier for an active query.

QueryPool

A QueryPool provides an aggregate state machine for driving Querys to completion.

QueryResult

The result of a Query.

Enums

QueryPeerIter

The peer selection strategies that can be used by queries.

QueryPoolState

The observable states emitted by QueryPool::poll.