Skip to Content

libfork v3.8.0

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

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Conor Williams's avatar Conor Williams

# Changelog

  • 28c4ec8 [libfork] update to version 3.8.0 (#38678)
  • 109cb9e [libfork] new port (#37048)

# Source