1. Home
  2. Browse
  3. libfork

libfork

v3.7.1#0Go to latest

A bleeding-edge, lock-free, wait-free, continuation-stealing fork-join library built on C++20's coroutines.

Install

Run the following Vcpkg command to install the port.

vcpkg install libfork

Usage

libfork provides CMake targets:

find_package(libfork CONFIG REQUIRED)
target_link_libraries(main PRIVATE libfork::libfork)

Dependencies

See source

Version

v3.7.1#0

Publication

Supports

All

GitHub

conorwilliams/libfork

Homepage

github.com/conorwilliams/libfork

Subtree

109cb9ebdc

License

MPL-2.0

Definition

Manifest