diff options
author | onpopov <onpopov@yandex-team.ru> | 2022-02-10 16:50:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:38 +0300 |
commit | 84a29dd4980d5b39615e453f289bd1a81213296d (patch) | |
tree | 5e320f10d6b5863e0d5ab1a8caa9eefbdaa5195f /util/thread/pool.h | |
parent | 1717072c6635948128dad7b015a0ec05acbe913b (diff) | |
download | ydb-84a29dd4980d5b39615e453f289bd1a81213296d.tar.gz |
Restoring authorship annotation for <onpopov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/thread/pool.h')
-rw-r--r-- | util/thread/pool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/thread/pool.h b/util/thread/pool.h index d1ea3a67cb..9f92eec8da 100644 --- a/util/thread/pool.h +++ b/util/thread/pool.h @@ -10,8 +10,8 @@ #include <util/generic/noncopyable.h> #include <functional> -class TDuration; - +class TDuration; + struct IObjectInQueue { virtual ~IObjectInQueue() = default; |