<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/ImageRequestHandler/performAll(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision19ImageRequestHandlerC10performAllyQrxSlRzAA0aC0_p7ElementRtzlF"
  },
  "title" : "performAll(_:)"
}
-->

# performAll(_:)

Schedules a collection of framework requests to perform on the handler’s image.

```
final func performAll(_ requests: some Collection<any VisionRequest>) -> some AsyncSequence<VisionResult, Never>
```

## Parameters

`requests`

A collection of requests to perform.

## Return Value

A sequence of requests results.

## Discussion

This function doesn’t wait for requests to complete before returning. You can receive request results from the `AsyncSequence` as they become available.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)