Search code examples
How to use C++ Google Test ::testing::ValuesIn with std::generator lambda?...


lambdageneratorgoogletestc++23c++-coroutine

Read More
asio::async_read performance for many files...


c++boost-asioc++-coroutine

Read More
Can a C++ coroutine be wrapped in a normal function?...


c++c++-coroutine

Read More
Coroutine callback late bound i.e. std::function, indirect co_await...


c++boost-asiocoroutinec++-coroutine

Read More
how to execute coroutine in an infinite loop, equivalent to looping inside coroutine?...


c++c++20c++-coroutine

Read More
Save boost asio async operation completion handler...


c++boostboost-asioc++-coroutine

Read More
Coroutine return_void; difference between co_return; and falling off the end...


c++c++20c++-coroutine

Read More
"a coroutine's promise must declare either 'return_value' or 'return_void'&...


c++visual-studio-2019c++20c++-coroutine

Read More
co_await -- unexpected result in MSVC...


c++c++-coroutine

Read More
Using the boost::asio::co_spawn function across multiple modules can trigger linker errors...


c++gcclinkerboost-asioc++-coroutine

Read More
boost asio (with coroutines) not throwing exceptions correctly?...


c++exceptionc++20boost-asioc++-coroutine

Read More
Coroutine awaited in parameter list breaks another parameter?...


c++boost-asioc++-coroutine

Read More
Why does std::coroutine_handle only refer to a coroutine (via raw pointer) instead of owning it (via...


c++memory-managementc++20unique-ptrc++-coroutine

Read More
Can coroutine return std::future? (unable to find the promise type for this coroutine)...


c++futurecoroutinec++20c++-coroutine

Read More
Implement views::concat using C++ coroutine?...


c++std-rangesc++-coroutinec++23

Read More
Coroutine final_suspend: is it undefined behavior?...


c++c++20c++-coroutine

Read More
C++20 co_await sleep?...


c++-coroutine

Read More
What happens when a coroutine returns to a suspended coroutine?...


c++c++20c++-coroutine

Read More
Boost Asio: Executors in C++20 coroutines...


c++boostboost-asioexecutorc++-coroutine

Read More
What executor does co_await boost::asio::this_coro::executor produce?...


c++boostboost-asioexecutorc++-coroutine

Read More
Can co_yield return nothing?...


c++c++-coroutine

Read More
is co_await promise.initial_suspend() preformed in a try catch block?...


c++c++20c++23c++-coroutinelanguage-specifications

Read More
Is coroutine frame automatically destroyed and freed (i.e allocated frame is freed?) after co_return...


c++memory-leaksc++20c++-coroutine

Read More
Is there any guarantees on where the coroutine C++ return object is stored?...


c++c++-coroutine

Read More
template deduction with co_yield...


c++c++20c++-coroutinec++-templates

Read More
ASIO: co_await callable to be run on a strand...


c++boostboost-asioc++-coroutine

Read More
What are the actual rules for final_suspend's awaiter in C++ coroutines?...


c++language-lawyerc++20c++-coroutine

Read More
Boost ASIO: What executor is associated with the default completion tokens? Should they be bound loc...


c++boost-asioc++-coroutine

Read More
Why does the latest clang not define the feature test macro __cpp_coroutines?...


c++clangc++20compiler-bugc++-coroutine

Read More
Is it possible to find the location of the suspending co_await expression from an std::coroutine_han...


c++c++20c++-coroutine

Read More
BackNext