signalEvent and handleEvent are public methods heavily using protected dispatchEvent methods.
I am afraid, we don't override all paths in proactor and reactor.
In effect: some calls are scheduled, some called directly, and there is a big mess.
Public methods should be final.
Protected methods should have better names and overloads.
signalEvent and handleEvent are public methods heavily using protected dispatchEvent methods.
I am afraid, we don't override all paths in proactor and reactor.
In effect: some calls are scheduled, some called directly, and there is a big mess.
Public methods should be final.
Protected methods should have better names and overloads.
ranides hivatkozott erre a hibajegyre egy commit-ban ekkor: 4 éve
EventRouter is abstract class and offers basic support for "listeners" field.
Every implementation (dispatcher, proactor, reactor) is independent. We do not mix anything with dispatcher at all.
We changed hierarchy!
EventRouter is abstract class and offers basic support for "listeners" field.
Every implementation (dispatcher, proactor, reactor) is independent. We do not mix anything with dispatcher at all.
signalEvent and handleEvent are public methods heavily using protected dispatchEvent methods.
I am afraid, we don't override all paths in proactor and reactor.
In effect: some calls are scheduled, some called directly, and there is a big mess.
Public methods should be final.
Protected methods should have better names and overloads.
We changed hierarchy!
EventRouter is abstract class and offers basic support for "listeners" field.
Every implementation (dispatcher, proactor, reactor) is independent. We do not mix anything with dispatcher at all.