Optional
_options: EmitterOptionsProtected
_callbacksProtected
deliveryProtected
checkProtected
deliverOptional
promiseJoin: ((p, listener) => Promise<any>)Fire listeners async one after another.
Optional
promiseJoin: ((p, listener) => Promise<any>)Protected
popProtected
pushProcess each listener one by one.
Return false
to stop iterating over the listeners, true
to continue.
For the public to allow to subscribe to events from this Emitter