Skip to content

pmfoss/CoroutineClasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ coroutine Classes for universal use

Description

This project contains classes that make the use of C++-coroutines very easy. The focused classes are CoTask and CoGenerator. A few examples demonstrate how they can be used. All classes are template classes. This enables universal use.

Class structure

class structure

Requirements

  • cmake (> 3.14)
  • C++ compiler with C++20-Standard and Coroutine-Support

Compiling

cmake -B build -S
cd build
cmake --build .

License

BSD-3-Clause license

About

C++ coroutine Classes for universal use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published