mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
In order to be able to iterate over view update write response handlers, an intrusive list of them is added to storage proxy. This way iteration can be easily yielded without invalidating operators and all logic is moved to slow path.