Skip to content

snandasena/cppcon-coroutines-from-scratch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cppcon-coroutines-from-scratch

Sample code from my CppCon 2022 presentation, "C++ Coroutines, from scratch"

The actual code is on different branches - one for each evolution of the example:

  • serial for the initial serial (depth-first) version
  • batch for the batched version using lambda-based continuations
  • generalized-batch for the generalisation that is a stepping stone to coroutines
  • coroutines for the full coroutines version

About

Sample code from my CppCon 2022 presentation, "C++ Coroutines, from scratch"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published