mirror of
https://github.com/rclone/rclone.git
synced 2026-01-01 16:13:35 +00:00
- Change rclone/fs interfaces to accept context.Context - Update interface implementations to use context.Context - Change top level usage to propagate context to lover level functions Context propagation is needed for stopping transfers and passing other request-scoped values.