An open API service indexing awesome lists of open source software.

https://github.com/masoudir/cpp_signal_slot_events

This is a C++ implementation of the cpp_signal_slot_events. This code, provides you an event based C++ programming by determining SIGNALs and SLOTs and making them connected to each other. Whenever the SIGNAL fires, then its related SLOT starts to execute.
https://github.com/masoudir/cpp_signal_slot_events

cpp event event-based event-driven fast-event-driven signal single-file-event-library slot thread

Last synced: 4 months ago
JSON representation

This is a C++ implementation of the cpp_signal_slot_events. This code, provides you an event based C++ programming by determining SIGNALs and SLOTs and making them connected to each other. Whenever the SIGNAL fires, then its related SLOT starts to execute.

Awesome Lists containing this project