Skip to Content

libfork v3.7.1

Created
Updated

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

# Usage

libfork provides CMake targets:

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

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Conor Williams's avatar Conor Williams

# Changelog

  • 109cb9e [libfork] new port (#37048)

# Source