sigs icon indicating copy to clipboard operation
sigs copied to clipboard

Simple thread-safe signal/slot C++17 include-only library.

Results 1 sigs issues
Sort by recently updated
recently updated
newest added

Hi, I've got this weird behaviour where if I put a return type for the signal, its convinced its void? I've made [a quick example on godbolt](https://www.godbolt.org/z/haPKo3nqG) to try it...