microsoft / STL

MSVC's implementation of the C++ Standard Library.
Other
10.23k stars 1.51k forks source link

P2300R10 `std::execution` #4768

Open StephanTLavavej opened 4 months ago

StephanTLavavej commented 4 months ago

WG21-P2300R10 std::execution WG21-P3325R5 A Utility For Creating Execution Environments WG21-P3396R1 std::execution Wording Fixes

Feature-test macro (expected):

#define __cpp_lib_senders 202406L

Note: We're focused on implementing the remaining library-only features in C++23. Until that's done, we will NOT be accepting PRs for C++26 features.

timsong-cpp commented 3 months ago

Note that parts of this paper (e.g., GET-AWAITER) require compiler support.