Hey All,

I have two signals that get emitted occasionally:

Load()
Unload()

These are connected with corresponding slots in a worker thread that will grab required data.
Is there a way, from the emitting function, to clear any Unload() signals from the signal queue? If it is not possible to clear just the unloads, is it possible to clear the entire queue?

Thanks