SimpleSignal
signal handler
A signal slot mechanism implemented as a template-based class
Simple signal using templates
0 stars
2 watching
0 forks
Language: C++
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
skeller1982/simplesignals | Provides a simple and thread-safe way to connect functions (slots) to each other based on their parameter types. | 0 |
larspensjo/simplesignal | A high-performance signal system for C++11 | 166 |
simplewebrtc/signalmaster | A simple signaling server for WebRTC applications | 1,305 |
kitura/bluesignals | A generic signal handling framework that provides cross-platform APIs for trapping and handling operating system signals. | 94 |
asphox/sisl | A cross-platform Signals and Slots library for C++11 and more. | 3 |
vinniefalco/dspfilters | A collection of reusable digital signal processing filter classes | 1,857 |
sinhashubham95/bleep | A library for handling OS signals in Go, allowing developers to create custom actions and run them simultaneously on different signal events. | 11 |
joaomilho/zen-signals | An observable library that simplifies the creation and manipulation of signals in data streams. | 53 |
nenonaninu/typedsignalr.client | A C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations. | 147 |
ehmicky/human-signals | Provides a standardized interface to process signals in Node.js | 279 |
athanclark/purescript-zeta | An alternative signaling implementation modeled after Bodil's purescript-signal library, with unique features such as traversability and dynamic handler sets. | 5 |
firejox/crsignals | A library that provides a simple way to define and wire signals/slots in Crystal programming language | 10 |
shmew/fable.signalr | A wrapper for SignalR and Fable that provides a type-safe interface to the .NET client and server hubs | 90 |
dacap/observable | A C++ library providing a simple way to manage notifications and event handlers in concurrent applications. | 75 |
semickolon/godotrx | A reactive extensions library for Godot C# to simplify signal handling and make it more type-safe and convenient. | 93 |