Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upasync_generator example in README #116
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


https://github.com/lewissbaker/cppcoro#async_generatort
uses some type called "threadpool" with a member function named "delay". Even if the type were supposed to be
cppcoro::static_thread_pool,static_thread_poolstill doesn't have any member named "delay".The example at the moment is:
It would be nice if the example were modified (hopefully just slightly?) to be compileable.