---
title: next()
framework: swift
role: symbol
role_heading: Instance Method
path: swift/taskgroup/next()
---

# next()

## Declaration

```swift
mutating func next() async -> ChildTaskResult?
```

## See Also

### Accessing Individual Results

- [next(isolation:)](swift/taskgroup/next(isolation:).md)
- [isEmpty](swift/taskgroup/isempty.md)
- [waitForAll(isolation:)](swift/taskgroup/waitforall(isolation:).md)
