Skip to content
Easy to use, fast and lightweight C++17 signals and slots library, drop-in replacement for the Boost.Signals2
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build
cmake
docs
libfastsignals
tests
.clang-format
.gitignore
.travis.yml
CMakeLists.txt
FastSignals.sln
LICENSE
README.md
libfastsignals_build_options.props

README.md

FastSignals

Yet another C++ signals and slots library

  • Works as drop-in replacement for Boost.Signals2 with the same API
    • Has better performance and more compact binary code
  • Thread-safe in most operations, including concurrent connects/disconnects/emits
  • Implemented with compact, pure C++17 code

Build Status License: MIT

Documentation

You can’t perform that action at this time.