9#include <userver/components/component_base.hpp>
10#include <userver/utils/statistics/entry.hpp>
11#include <userver/ydb/dist_lock/worker.hpp>
13USERVER_NAMESPACE_BEGIN
58 ~DistLockComponentBase() override;
108 testsuite::TestsuiteTasks& testsuite_tasks_;
109 const std::string testsuite_task_name_;
113 std::optional<DistLockedWorker> worker_;
116 utils::statistics::Entry statistics_holder_;