ProtoTwin API
    Preparing search index...

    Function any

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

      Parameters

      • futures: Future<any>[]

        The array of futures.

      Returns Future<void>

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