# Functions
NewExecutor returns a new executor.
# Structs
Executor handles actually executing graphsync requests and verifying them.
RequestTask are parameters for a single request execution.
# Interfaces
BlockHooks run for each block loaded.
Manager is an interface the Executor uses to interact with the request manager.
ReconciledLoader is an interface that can be used to load blocks from a local store or a remote request.