{"id":62158,"library":"rsasynccpp","title":"rsasynccpp","description":"Task Parallel Library (TPL)/dataflow/actors/async primitives for C++ based on C++20 coroutines.","status":"active","version":"0.0.7","language":"cpp","source_language":null,"source_url":null,"tags":["async","coroutines","tpl","dataflow","actors"],"install":[{"cmd":"vcpkg install rsasynccpp","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(rsasynccpp CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE rsasynccpp::rsasynccpp)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"rsasynccpp/rsasynccpp.h","correct":"#include <rsasynccpp/rsasynccpp.h>"}],"quickstart":{"code":"#include <rsasynccpp/rsasynccpp.h>\n#include <iostream>\n\nint main() {\n    auto task = rsasynccpp::async([]() { return 42; });\n    std::cout << task.get() << std::endl;\n    return 0;\n}","lang":"cpp","description":"Create an asynchronous task and retrieve its result."},"warnings":[{"fix":"Use a compiler that supports C++20 coroutines (e.g., GCC 10+, Clang 10+, MSVC 2019 16.8+).","message":"Requires C++20 coroutine support.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'+20':13 '/dataflow/actors/async':6 'actor':19 'async':15 'base':10 'c':9,12 'coroutin':14,16 'dataflow':18 'librari':4 'parallel':3 'primit':7 'rsasynccpp':1 'task':2 'tpl':5,17","created_at":"2026-06-17T05:18:30.687741+00:00","updated_at":"2026-06-17T05:18:30.687741+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}