diff options
| author | halin-george <[email protected]> | 2022-02-10 16:50:07 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:07 +0300 |
| commit | 7c7a0655bcf00449b1fcacc2c658cc4d5c3aca7b (patch) | |
| tree | 41c83fd863c44839297aff8b2c301ec6b1853244 /library/cpp/coroutine/engine/trampoline.cpp | |
| parent | 811ece47d06924d20a94f89d1b0f5cd37254a49c (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/coroutine/engine/trampoline.cpp')
| -rw-r--r-- | library/cpp/coroutine/engine/trampoline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/coroutine/engine/trampoline.cpp b/library/cpp/coroutine/engine/trampoline.cpp index 10ea69ddc35..103177efefc 100644 --- a/library/cpp/coroutine/engine/trampoline.cpp +++ b/library/cpp/coroutine/engine/trampoline.cpp @@ -16,7 +16,7 @@ namespace NCoro { TTrampoline::TTrampoline(NStack::IAllocator& allocator, ui32 stackSize, TFunc f, TCont* cont) noexcept : Stack_(allocator, stackSize, cont->Name()) - , Clo_{this, Stack_.Get(), cont->Name()} + , Clo_{this, Stack_.Get(), cont->Name()} , Ctx_(Clo_) , Func_(std::move(f)) , Cont_(cont) |
