[][src]Module libp2p_core::nodes::handled_node_tasks

Structs

HandledNodesTasks

Implementation of Stream that handles a collection of nodes.

Task

Access to a task in the collection.

TaskId

Identifier for a future that attempts to reach a node.

Enums

HandledNodesEvent

Event that can happen on the HandledNodesTasks.

TaskClosedEvent

Error that can happen in a task.

Traits

IntoNodeHandler

Prototype for a NodeHandler.