mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
Now that a task is created on demand, it's possible to wait for termination of cleanup without extra machinery. However, shared_future<> is now used because we may have more than one fiber waiting for completion of task. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <209de365c7782742dc2876a66f9d0784998cae53.1462599296.git.raphaelsc@scylladb.com>