Could Notify{Sender,Receiver} use event-listener?
Hi @opara!
I just ran across Notify{Sender,Receiver}. In other places when we want a very simple sender/receiver pair that doesn't send data, we use event-listener
. Should we consider switching this?