package
1.17.0-rc2
Repository: https://github.com/filecoin-project/venus.git
Documentation: pkg.go.dev

# Functions

NewDispatcher creates a new syncing dispatcher with default queue sizes.
NewDispatcherWithSizes creates a new syncing dispatcher.

# Constants

DefaultInQueueSize is the bucketSize of the channel used for receiving targets from producers.
DefaultWorkQueueSize is the bucketSize of the work queue.
No description provided by the author

# Structs

Dispatcher receives, sorts and dispatches targets to the catchupSyncer to control chain syncing.