mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
Each feature can have an associated `when_enabled` callback registered, which is assumed to run in the thread context, so wrap the `enable()` call in a seastar thread. Tests: unit(dev) Signed-off-by: Pavel Solodovnikov <pa.solodovnikov@scylladb.com>