Files
scylladb/tasks
Aleksandra Martyniuk ea470316fb tasks: keep shared_ptr to impl in task
Keep seastar::shared_ptr to task::impl instead of std::unique_ptr
in task. Some classes deriving from task::impl may be used outside
task manager context.
2023-06-20 10:45:34 +02:00
..