Registry / utility / nano-signal-slot

nano-signal-slot

JSON →
library2.0.1vcpkgunverified

Pure C++17 Signals and Slots

vcpkg install nano-signal-slot
INSTALL
IMPORT
SIG · NANO-SIGNAL-SLOT
N
nano-signal-slot
utilitycppv2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nano_signal_slot.hpp
#include <nano_signal_slot.hpp>

Create a signal and connect a slot

#include <nano_signal_slot.hpp> #include <iostream> int main() { Nano::Signal<void(int)> signal; auto connection = signal.connect([](int x) { std::cout << x << std::endl; }); signal.emit(42); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

nano-signal-slot — pip install nano-signal-slot · libregistry