mirror of
https://github.com/zrepl/zrepl.git
synced 2025-01-28 17:18:37 +01:00
d584e1ac54
If concurrent updates strictly modify *different* members of the tasks struct, the copying + lock-drop still constitutes a race condition: The last updater always wins and sets tasks to its copy + changes. This eliminates the other updater's changes. |
||
---|---|---|
.. | ||
filters | ||
job | ||
logging | ||
nethelpers | ||
pruner | ||
snapper | ||
streamrpcconfig | ||
transport | ||
control.go | ||
daemon.go | ||
main.go | ||
pprof.go | ||
prometheus.go |