aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/neh/asio/asio.cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-11-22 11:00:23 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-11-22 12:13:22 +0300
commit66db06bedee4e8d3c539464ab85d8413c3c0b539 (patch)
tree0e0d2a6aeb36c45793c22bd9cefc200ddc095a5a /library/cpp/neh/asio/asio.cpp
parent4fbe60cb421e9b6db948035286ce602e1c2627c8 (diff)
downloadydb-66db06bedee4e8d3c539464ab85d8413c3c0b539.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/neh/asio/asio.cpp')
-rw-r--r--library/cpp/neh/asio/asio.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/cpp/neh/asio/asio.cpp b/library/cpp/neh/asio/asio.cpp
index 8b6cf383ea..e10f62f575 100644
--- a/library/cpp/neh/asio/asio.cpp
+++ b/library/cpp/neh/asio/asio.cpp
@@ -35,6 +35,10 @@ namespace NAsio {
Impl_->Run();
}
+ size_t TIOService::GetOpQueueSize() noexcept {
+ return Impl_->GetOpQueueSize();
+ }
+
void TIOService::Post(TCompletionHandler h) {
Impl_->Post(std::move(h));
}