Versions in this module Expand all Collapse all v0 v0.0.1 Sep 1, 2021 Changes in this version + type LoadAttemptQueue struct + func New(loadAttempter LoadAttempter) *LoadAttemptQueue + func (laq *LoadAttemptQueue) AttemptLoad(lr LoadRequest, retry bool) + func (laq *LoadAttemptQueue) ClearRequest(requestID graphsync.RequestID) + func (laq *LoadAttemptQueue) RetryLoads() + type LoadAttempter func(graphsync.RequestID, ld.Link) types.AsyncLoadResult + type LoadRequest struct + func NewLoadRequest(requestID graphsync.RequestID, link ld.Link, ...) LoadRequest