Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 393 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 393 Bytes

Build Status

yash yet another signal header

This header implements a signal class in C++.

Callbacks managed by signals can be disconnected to avoid further calls. The header is implemented in C++11.

The API is reentrant but not thread safe.

The code can be found at: /~https://github.com/afett/yash