Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-coroutine

Can C++ coroutines contain plain `return` statements?

What do I use in C++ instead of IEnumerable<T> for the return type of a co_yield function?

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

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

Why is `promise_type::await_transform` greedy?

C++20 Coroutines, await_resume return lvalue, Segmentation fault

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

Can co_yield return nothing?

c++ c++-coroutine

Is std::move required to move using co_yield?

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

Can I use std::generator in a C++20 project to generate a range view?

Is it unsafe to co_yield a pointer to a local coroutine variable?

co_await custom awaiter in boost asio coroutine

Segfaulting with strands/c++20 coroutine in boost asio. What should proper usage look like?

co_await is not supported in coroutines of type std::experimental::generator

What happens when a coroutine returns to a suspended coroutine?

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

can a range of generators be joined