Class ForkedEventDispatcher

A forked EventDispatcher does not use JIT compilation and thus is slightly slower in executing listeners, but cheap in creating event dispatchers.

Hierarchy

  • ForkedEventDispatcher

Implements

Constructors

Properties

injector: InjectorContext
listenerMap: Map<EventToken<any>, {
    entries: EventListenerContainerEntry[];
    sorted: boolean;
}> = ...

Methods

Generated using TypeDoc