fast_signal now works with event_loop. Not too happy about the in_loop_wrapper implem...
[beacon-ss.git] / README
blobecd71343613b87b4261404fd177e3a7a99aacd78
1 Beacon is a multithreaded signals and slots library similar to the one of Qt, but
2 without all the garbage taken on by Qt's support for GUI development, making Beacon
3 very fast.
4 The design of the library was inspired by boost::signals from which it borrows very
5 much.