signal11
Signal library
A C++11 signal slot implementation with features like connection references and scope management.
C++11 signal slot implementation
10 stars
2 watching
1 forks
Language: C++
last commit: over 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
asphox/sisl | A cross-platform Signals and Slots library for C++11 and more. | 3 |
boostorg/signals2 | An implementation of a managed signals and slots system in C++. | 77 |
noavailablealias/nano-signal-slot | A C++17 implementation of signals and slots for event-driven programming | 411 |
larspensjo/simplesignal | A high-performance signal system for C++11 | 166 |
skeller1982/simplesignals | Provides a simple and thread-safe way to connect functions (slots) to each other based on their parameter types. | 0 |
joaomilho/zen-signals | An observable library that simplifies the creation and manipulation of signals in data streams. | 53 |
artman/signals | A micro-library for creating and observing events in Swift applications. | 465 |
victorsummer/simplesignal | A signal slot mechanism implemented as a template-based class | 0 |
jeroendoggen/arduino-signal-filtering-library | A C++ library providing an Arduino-specific implementation of signal filtering algorithms | 120 |
firejox/crsignals | A library that provides a simple way to define and wire signals/slots in Crystal programming language | 10 |
johannesmtc/esp32_mas | A C++ audio player and sequencer for the ESP32 | 25 |
fortyseveneffects/arduino_midi_library | A C++ library providing an interface between Arduino boards and MIDI messages | 1,610 |
adafruit/adafruit_lsm9ds0_library | A C++ library for interfacing with an accelerometer/magnetometer/gyroscope sensor on various microcontrollers | 35 |
adafruit/adafruit_mma8451_library | Provides a common interface and data type for the MMA8451 Accelerometer sensor | 24 |
msgpack/msgpack-cli | A MessagePack serialization and deserialization library for Common Language Infrastructure implementations. | 834 |