libforkv3.8.0
- Updated
A bleeding-edge, lock-free, wait-free, continuation-stealing fork-join library built on C++20's coroutines.
- Project website: https://github.com/conorwilliams/libfork
#Usage
libfork provides CMake targets:
find_package(libfork CONFIG REQUIRED)
target_link_libraries(main PRIVATE libfork::libfork)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Conor Williams