diff options
| author | kozlov-as <[email protected]> | 2022-02-10 16:50:08 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:08 +0300 |
| commit | bebbbda5c5ff4ec70d301ac897eb8d6c8da7a9a4 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/coroutine/engine/impl.h | |
| parent | 9010440c5d8f8b271fbdd254cfac6a88b0395263 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/coroutine/engine/impl.h')
| -rw-r--r-- | library/cpp/coroutine/engine/impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/coroutine/engine/impl.h b/library/cpp/coroutine/engine/impl.h index e3668ea8b61..283a96ecf11 100644 --- a/library/cpp/coroutine/engine/impl.h +++ b/library/cpp/coroutine/engine/impl.h @@ -84,9 +84,9 @@ public: } bool IAmRunning() const noexcept; - + void Cancel() noexcept; - + bool Cancelled() const noexcept { return Cancelled_; } |
