schorsch1976
schorsch1976
What makes C++ Coroutines so challenging at the moment are the 20+ customization points. They make it very expert friendly.
As i cant stop thinking about the coroutines i went to the history of them. M.E. Conway described them here https://www.melconway.com/Home/pdf/compiler.pdf He wrote in this paper: > A program >...
Here i got a sample which is like the description of Conway (in my point of view) ``` #include #include #include #include #include template class EventQueue { public: static_assert(MAX_BUFFER_SIZE >=...
> Hi @schorsch1976, I'd love to merge this. Can you apply the suggested changes? Commited :)