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