Skip to content

ericniebler/executors_demo_code_cppcon_2021

 
 

Repository files navigation

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.

About

code for Eric Niebler's executors talk at CppCon 2021

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.0%
  • CMake 4.0%