• Convenience function to await all listener invocations

    Type Parameters

    • T
    • U

    Parameters

    • value: T

      The value to invoke the listeners with

    • list: ListenerList<T, Promise<U>>

      the listener list to invoke

    Returns Promise<U[]>

    the return values from the listener invocation