List Question
20 TechQA 2024-03-24T02:06:55.070000boost.asio: how to cancel awaitable without causing termination?
111 views
Asked by Jean-Michaƫl Celerier
Should I call async function from await_suspend
71 views
Asked by Abyx
Is it possible to find the location of the suspending co_await expression from an std::coroutine_handle?
60 views
Asked by Calmarius
Non optimized coroutine frames for C++20
77 views
Asked by Alessandro M
Why does the latest clang not define the feature test macro __cpp_coroutines?
121 views
Asked by xmllmx
How to make a C++20 coroutine alternative for this callback situation?
68 views
Asked by fyou
C++ coroutines and const reference parameters
161 views
Asked by imreal
"Scripting" with C++ coroutines
83 views
Asked by nj16
Is it possible to make zero-allocation coroutine runtime in C++?
1.6k views
Asked by VadimP22
Writing a custom async function using ASIO
70 views
Asked by Lucas6y6
C++20 coroutines symmetric transfer
122 views
Asked by getsoubl
Performance of simple c++20 coroutines looks bad. Is this unavoidable? Is this cost of "frame-switching"?
391 views
Asked by PiotrNycz
How do I use an asio::strand in a library that provides both blocking and asynchronous functions
57 views
Asked by esdanol
Returning a value from a Co-routine started via boost::asio::co_spawn
266 views
Asked by mark
C++ Coroutine used to make generator never stops
90 views
Asked by Markus Fjellheim
Why do these c++ coroutines correctly optimize away in one case but not the other?
117 views
Asked by user5406764
How to use co_await operator in C++ the simpliest way?
408 views
Asked by Nikitf777
what to `co_return` when I don't need to return anything?
293 views
Asked by David Haim
How is the access to field synchronized
117 views
Asked by Oliv