mirror of
https://github.com/zrepl/zrepl.git
synced 2024-12-23 07:28:57 +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. |
||
---|---|---|
.. | ||
reset | ||
wakeup | ||
active.go | ||
build_jobs.go | ||
job.go | ||
passive.go |