diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-21 22:53:39 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-21 22:53:39 +0300 |
commit | a5f2f1cbd679aaa6434f0da7dce2d1028ea03451 (patch) | |
tree | b568b8889aead8fd12e04a732613c91b7891725e /library | |
parent | bf42c5aeae0f02b264dd56bdb7f1a5b23e677297 (diff) | |
download | ydb-a5f2f1cbd679aaa6434f0da7dce2d1028ea03451.tar.gz |
intermediate changes
ref:13079fed9f411a27e64e93afcdee28791690f38b
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/coroutine/engine/impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/coroutine/engine/impl.h b/library/cpp/coroutine/engine/impl.h index 283a96ecf1..3795fdcec1 100644 --- a/library/cpp/coroutine/engine/impl.h +++ b/library/cpp/coroutine/engine/impl.h @@ -95,6 +95,9 @@ public: return Scheduled_; } + /// \param this корутина, которая будет ждать + /// \param c корутина, которую будем ждать + /// \param deadLine максимальное время ожидания bool Join(TCont* c, TInstant deadLine = TInstant::Max()) noexcept; void ReSchedule() noexcept; |