Module iroh_bitswap::peer_task_queue
source · Expand description
Based on https://github.com/ipfs/go-peertaskqueue.
Structs
Prioritzed list of tasks to be executed on peers.
A single task to be executed.
Enums
Traits
Metadata that can be attached to a task.
Trait that is used to merge new tasks into the active and pending queues.
A non-unique name for a task. It’s used by the client library
to act on a task once it exits the queue.