executors_demo_code_cppcon_2021

code for Eric Niebler's executors talk at CppCon 2021

OTHER License

Stars
9

Code for Eric Niebler's CppCon 2021 talk

mkdir build
cd build
cmake -G Ninja -DCMAKE_CXX_STANDARD:STRING=23 -DCMAKE_CXX_FLAGS:STRING="/Zc:externConstexpr /EHsc /fsanitize=address" ..

Contributing

Development of Demo Code happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Demo Code.

License

Demo Code is Apache 2.0 with LLVM extensions.