diff options
| author | YDBot <[email protected]> | 2025-10-07 00:52:12 +0000 |
|---|---|---|
| committer | YDBot <[email protected]> | 2025-10-07 00:52:12 +0000 |
| commit | 0f7e91aa5ae33d20f2ef0d5cb2c80bb66924417f (patch) | |
| tree | 6307f61a54aea3be0afeeaf766a30597fe047e81 /yql/essentials/utils/threading/async_queue.cpp | |
| parent | 86c7a4b4c37e709428ebc61fb8a6e79c7260374c (diff) | |
| parent | 3ab4f52f9654e20e38084313aa6861cb0c17eb1d (diff) | |
Sync branches 251007-0050
Diffstat (limited to 'yql/essentials/utils/threading/async_queue.cpp')
| -rw-r--r-- | yql/essentials/utils/threading/async_queue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/utils/threading/async_queue.cpp b/yql/essentials/utils/threading/async_queue.cpp index 4021636b552..c910c68ef60 100644 --- a/yql/essentials/utils/threading/async_queue.cpp +++ b/yql/essentials/utils/threading/async_queue.cpp @@ -15,4 +15,4 @@ TAsyncQueue::TPtr TAsyncQueue::Make(size_t numThreads, const TString& poolName) return new TAsyncQueue(numThreads, poolName); } -} +} // namespace NYql |
