Skip to main content

Module sync

Module sync 

Source
Expand description

cmd_sync and cmd_sync_daemon migrations. The daemon-mode body delegates to daemon_runtime::run_sync_daemon_with_shutdown_using_client (W3 work); this module owns only the wrapper + the in-process sync body (pull/push/merge/dry-run).

Structs§

SyncArgs
SyncDaemonArgs

Functions§

run
sync handler.
run_daemon
sync-daemon handler. Delegates the inner loop to daemon_runtime.