mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-30 21:25:49 +00:00
At the momment, the callbacks returns void, it is impossible to wait for
the callbacks to complete. Make the callbacks runs inside seastar
thread, so if we need to wait for the callback, we can make it call
foo_operation().get() in the callback. It is easier than making the
callbacks return future<>.
(cherry picked from commit 93015bcc54)