Search code examples
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
C++ / asio / coroutine consumer, threaded producer: is a correct solution possible with existing mec...

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

Read More
Is it possible to make zero-allocation coroutine runtime in C++?...

c++asynchronousc++20language-designc++-coroutine

Read More
Switching between threads with C++20 coroutines...

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

Read More
Performance of simple c++20 coroutines looks bad. Is this unavoidable? Is this cost of "frame-s...

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

Read More
Returning a value from a Co-routine started via boost::asio::co_spawn...

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

Read More
C++ Coroutine used to make generator never stops...

c++generatorc++-coroutine

Read More
what to `co_return` when I don't need to return anything?...

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

Read More
Why coroutine_handle.done cannot return correct result?...

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

Read More
Exceptions disappear due to boost::asio::co_spawn how to propagate via io_context::run...

c++boostboost-asioc++-coroutineboost-coroutine

Read More
What is the difference between boost::asio::use_awaitable and boost::asio::deferred when used with C...

c++boostc++20boost-asioc++-coroutine

Read More
Is falling of the end of a boost::asio::awaitable<void> co routine without a co_return undefin...

c++boostc++20boost-asioc++-coroutine

Read More
gcc c++ coroutine runs avx SIMD code, but causes SIGSEGV...

c++gccc++20avxc++-coroutine

Read More
Verify that a type is a coroutine promise_type...

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

Read More
How coroutine_handle<Promise>::from_promise() works in C++...

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

Read More
Asio coroutines behaving poorly with rvalue parameters?...

c++visual-c++c++20boost-asioc++-coroutine

Read More
Invalid free when yielding a temporary with a string field from a coroutine...

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

Read More
Unexpected memcpy on uncopyable & unmovable type when using co_await...

c++undefined-behaviorcopy-elisionc++-coroutine

Read More
c++ - How does std::coroutine_handle<>::destroy() work?...

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

Read More
Understanding scheduling of coroutine...

c++c++20c++-coroutinecppcoro

Read More
What's the special value of `co_yield` in contrast to a simple stateful lambda in C++20?...

c++c++20coroutinelanguage-designc++-coroutine

Read More
Why is `promise_type::await_transform` greedy?...

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

Read More
How to create shared_ptr to coroutine spawned by co_spawn?...

c++boost-asioc++-coroutineboost-coroutine

Read More
Using co simultaneously in a C+20 environment_ await async_ Read and | | async_ Wait will cause seri...

c++boost-asioc++20c++-coroutineboost-coroutine

Read More
Memory leak when returning `std::suspend_always` from `promise_type::final_suspend`...

c++memory-leaksc++-coroutine

Read More
lifetime of local variables in c++ coroutine...

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

Read More
BackNext