npuichigo / wg21_p2300_std_execution

`std::execution`, the proposed C++ framework for asynchronous and parallel programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std::execution, the proposed C++ framework for asynchronous and parallel programming.

You can see a rendered copy of the current draft here.

Reference implementation

CI

Building

The following tools are needed:

Perform the following actions:

# Go to the build directory
mkdir -p build
pushd build

# Install dependencies
conan install .. --build=missing -pr ../conan_profile

# Do the actual build
cmake -G<gen> -D CMAKE_BUILD_TYPE=Release ..
cmake --build .

popd build

Here, <gen> can be Ninja, make, XCode, "Visual Studio 15 Win64", etc.

About

`std::execution`, the proposed C++ framework for asynchronous and parallel programming.


Languages

Language:HTML 89.5%Language:C++ 10.1%Language:Shell 0.1%Language:CMake 0.1%Language:Cuda 0.1%Language:Python 0.1%Language:Dockerfile 0.0%Language:Makefile 0.0%