{"id":61668,"library":"cpp-taskflow","title":"Taskflow","description":"Fast Parallel Tasking Programming Library using Modern C++.","status":"active","version":"2.6.0","language":"cpp","source_language":null,"source_url":null,"tags":["parallel","tasking","c++17","concurrency"],"install":[{"cmd":"vcpkg install cpp-taskflow","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(cpp_taskflow CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Taskflow::Taskflow)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"taskflow/taskflow.hpp","correct":"#include <taskflow/taskflow.hpp>"}],"quickstart":{"code":"#include <taskflow/taskflow.hpp>\n#include <iostream>\n\nint main() {\n    tf::Executor executor;\n    tf::Taskflow taskflow;\n    auto [A, B] = taskflow.emplace(\n        []() { std::cout << \"Task A\\n\"; },\n        []() { std::cout << \"Task B\\n\"; }\n    );\n    A.precede(B);\n    executor.run(taskflow).wait();\n    return 0;\n}","lang":"cpp","description":"Creates and runs a simple task graph"},"warnings":[],"env_vars":null,"search_vec":"'+17':13 'c':9,12 'concurr':14 'fast':2 'librari':6 'modern':8 'parallel':3,10 'program':5 'task':4,11 'taskflow':1 'use':7","created_at":"2026-06-17T05:00:26.911887+00:00","updated_at":"2026-06-17T05:00:26.911887+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":["other"],"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}}