sideeffect-io / AsyncExtensions

AsyncExtensions aims to mimic Swift Combine operators for async sequences.
MIT License
333 stars 26 forks source link

[FEATURE REQUEST] There is now an official swift async algorithms package. #18

Closed BrentMifsud closed 2 years ago

BrentMifsud commented 2 years ago

It might be worth while contributing some of the features of this library over there.

https://github.com/apple/swift-async-algorithms

twittemb commented 2 years ago

Hi @BrentMifsud

Yep, I've already posted some comments there -> https://forums.swift.org/c/related-projects/swift-async-algorithms/86

and will try to propose Implementations for operators that do not already exist in their repo.