orlandos-nl / MongoKitten

Native MongoDB driver for Swift, written in Swift
MIT License
717 stars 102 forks source link

Adopt structured concurrency in `forEach` functions #329

Closed Joannis closed 6 months ago

Joannis commented 9 months ago

Gets rid of unstructured tasks, in favour of a structured concurrency approach. In addition, this PR makes the APIs for cancelling changeStreams more explicit