mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
Currently completion processing start during object creation, but since all object are created by main thread they all run on the same cpu which is incorrect. This patch starts completion processing on correct cpu.