reactionv1.0.0
- Updated
A lightweight, header-only, high-performance reactive programming framework for C++20
- Project website: https://github.com/lumia431/reaction
#Usage
reaction is a header-only library that provides CMake targets:
find_package(reaction CONFIG REQUIRED)
target_link_libraries(main PRIVATE reaction::reaction)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
lumia431