Registry / messaging / neko-event

neko-event

JSON →
library1.0.1vcpkgunverified

A modern easy to use type-safe and high-performance event handling system for C++.

vcpkg install neko-event
INSTALL
IMPORT
SIG · NEKO-EVENT
N
neko-event
messagingcppv1.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.

neko/event.hpp
#include <neko/event.hpp>

Minimal event handling with neko::event.

#include <neko/event.hpp> #include <iostream> int main() { neko::event<int> on_data; auto conn = on_data.connect([](int value) { std::cout << "Received: " << value << "\n"; }); on_data.emit(42); // prints "Received: 42" return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

neko-event — pip install neko-event · libregistry