mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
We are ignoring the future returned by seastar::async. Futurize it so caller can wait for the application state to be actually applied. In addition, dropping the unused add_local_application_states function.