Skip to content

Easy to use, fast and lightweight C++17 signals and slots library, drop-in replacement for the Boost.Signals2

License

Notifications You must be signed in to change notification settings

ispringtech/FastSignals

Repository files navigation

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

About

Easy to use, fast and lightweight C++17 signals and slots library, drop-in replacement for the Boost.Signals2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages