pub async fn execute_job<L>(peer: &Peer<L>, job: SyncJob) -> Result<()>Expand description
Execute a sync job by calling the appropriate module’s execute function
This is a helper function that dispatches to the per-job-type execution logic. Both synchronous and queued providers can use this.