Registry / messaging / palsigslot

palsigslot

JSON →
library1.2.3vcpkgunverified

A header-only, thread safe implementation of signal-slots for C++.

vcpkg install palsigslot
INSTALL
IMPORT
SIG · PALSIGSLOT
P
palsigslot
messagingcppv1.2.3
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.

pal/sigslot/signal.hpp
#include <pal/sigslot/signal.hpp>

Basic signal-slot connection and emission

#include <pal/sigslot/signal.hpp> #include <iostream> int main() { pal::sigslot::signal<int> sig; auto conn = sig.connect([](int x) { std::cout << x << std::endl; }); sig(42); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

palsigslot — pip install palsigslot · libregistry