filcuc / hope

A simple pure C++11 event loop with signals and slots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research removal of queued signal events on disconnect

filcuc opened this issue · comments

This would be cool and gives a lot more safety when deleting an Object from a different thread.
In fact if disconnecting ensure that there will be no more notification than we can safely delete the receiver. The hard part is that implementing this behaviour can cause deadlock