Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 737 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 737 Bytes

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