# 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.