Registry / async / stdexec

stdexec

JSON →
library2026-02-26vcpkgunverified

stdexec is an experimental reference implementation of the Senders model of asynchronous programming proposed by P2300 - std::execution for adoption into the C++ Standard.

async
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

#include <exec/exec.hpp>

Create a sender that produces a value and synchronously wait for it

#include <exec/exec.hpp> #include <iostream> int main() { auto s = exec::just(42); auto [v] = std::this_thread::sync_wait(s).value(); std::cout << "Value: " << v << "\n"; return 0; }
Debug
Known footguns
gotchaRequires C++20 or later and a recent compiler with coroutine support
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
22 hits · last 30 days
bytedance
4
gptbot
3
amazonbot
3
claudebot
3
mj12bot
1
Resources

No resource links recorded.