Registry / async / async-simple

async-simple

JSON →
library1.4vcpkgunverified

Simple, light-weight and easy-to-use asynchronous components.

vcpkg install async-simple
INSTALL
IMPORT
SIG · ASYNC-SIMPLE
A
async-simple
asynccppv1.4
harness data pending
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.

async_simple/coro/Lazy.h
#include <async_simple/coro/Lazy.h>

Define a simple coroutine using Async.Simple

#include "async_simple/coro/Lazy.h" // Define a coroutine async_simple::coro::Lazy<int> foo() { co_return 42; }
Debug
Known issues
gotchaRequires C++20 coroutine support
fix
Use a compiler with full C++20 coroutine support (GCC 11+, Clang 14+, MSVC 2022 17.0+)
affects: *
Upgrade
Version history
1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
38
Resources

No resource links recorded.

async-simple — pip install async-simple · libregistry