pub fn spawn_block_export_queue<S, P>(
storage: S,
node_provider: Arc<P>,
config: BlockExportConfig,
own_public_key: Option<ValidatorPublicKey>,
) -> BlockExportHandleExpand description
Spawns the process-wide export queue task and returns the handle chain workers push to.
The task runs until every clone of the returned handle is dropped, and reads only from
storage — never through a chain worker, whose TTL a touch would reset.