1. Home
  2. Browse
  3. libfork

libfork

v3.8.0#0Latest

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.8.0#0

Publication

Supports

All

GitHub

conorwilliams/libfork620

Homepage

github.com/conorwilliams/libfork

Subtree

28c4ec8670

License

MPL-2.0

Definition

Manifest