Skip to content

allows the easy creation of coroutines in C++11 with std::thread or single threaded corountines without the use of any standard libraries

Notifications You must be signed in to change notification settings

NethePaul/easy_coroutines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy_coroutines

allows the easy creation of coroutines
coroutines can not return references
Single Threaded COroutines(stco) can return references but not void
stco only need core language c++
instruction on how to use these are in the example and implementation files as comments

About

allows the easy creation of coroutines in C++11 with std::thread or single threaded corountines without the use of any standard libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published