Skip to content

Supremist/CoroExamples

Repository files navigation

Coro Examples

This project created for demonstration purposes only. It contains examples of how to use coroutines.

Build requirements

python 2.7, cmake >=3.5, qt5, msvc15

Build process

Setup repo for build:

git clone --recursive https://github.com/Supremist/CoroExamples # clone, recursively init submodules
cd CoroExamples/cppcoro
export PATH="$PATH:/d/Python27:/d/Python27/Scripts" # enable python 2
./cake.bat release=debug architecture=x64 lib/build.cake # build cppcoro

Then you can configure it with cmake.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published