summaryrefslogtreecommitdiff
path: root/src/lib/signaller.h
AgeCommit message (Collapse)Author
2015-05-23Rename mutex to avoid confusion.Carl Hetherington
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-05-13Fix crashes on x-thread signal emission.Carl Hetherington
Fix crashes on x-thread signal emission if the emitting object is destroyed between the storage of the message on the queue and the emission of the object in the UI thread.