Skip to content

YehezkelShB/CoreCpp2019-Coroutines

Repository files navigation

I use vcpkg for including Boost in 02-future-then project. For this to work, the simplest option is to pass -DCMAKE_TOOLCHAIN_FILE=<vcpkg-root>\scripts\buildsystems\vcpkg.cmake in CMake command-line (or set it in CMakeSettings.json file generated by Visual Studio).

cppcoro library is used for projects 04 and on. cppcoro is included here under external/cppcoro as a submodule. For build instructions, see cppcoro build instructions. For example, on Windows I use cake.bat architecture=x64 lib/build.cake.

countLines() function (in utils.cpp) is based on the example found in cppcoro README.md

The code examples are under MIT license, as mentioned in LICENSE. The presentation is under CC-BY-NC.

About

Code and presentation from my talk in Core C++ 2019 conf.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published