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

Structs

ClosedTask

Task after it has been closed. The connection to the remote is potentially still going on, but no new event for this task will be received.

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.