ProtoTwin API
    Preparing search index...

    Function any

    • Creates a future that is resolved when any of the specified futures has resolved.

      Parameters

      • futures: Future<any>[]

        The array of futures.

      Returns Future<void>

      The future that is resolved when any the specified futures has resolved.