---
title: "run(_:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/networkbrowser/run(_:)-wqyo"
---

# run(_:)

## Declaration

```swift
final func run<Return>(_ handler: @escaping @isolated(any) @Sendable ([Provider.Endpoint]) async throws -> NetworkBrowser<Provider>.RunResult<Return>) async throws -> Return
```
