mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 14:03:06 +00:00
I initially tried to use a noncopyable_function to avoid the unnecessary template usage. However, since database::apply_in_memory is a hot function. It is better to use with_gate directly. The run_async function does nothing but calls with_gate anyway. Closes #9160
112 KiB
112 KiB