mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
Convert tasks::task_manager::task::impl::release_resources() to a coroutine to prepare for upcoming changes that will implement asynchronous resource release. This is a preparatory refactoring that enables future coroutine-based implementation of resource cleanup logic. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>