-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an introduction and formatting for the combineLatest
algorithm into a proposal.
#177
Conversation
Excited to see this included. One comment: The Naming part of the proposal mentions "withLatestFrom" as alternative naming. However, this is a quite different algorithm. Unlike, say CombineLatest2, which takes publisher A and publisher B, and emits when either A or B updates,
I'd love to see a proposal for this operator, too. Also, what is the home for discussions on evolution proposals for Swift Algorithms? I couldn't find a CombineLatest thread in the swift forums and I don't see any discussions on the Issues board. The package readme mentions GitHub or Swift Forums, but isn't specific. |
I haven't posted them to the forums yet; was planning on doing that Monday. Per an additional algorithm - that is definitely something we should talk about but I want to get through the stuff we have first and then discuss the others with a bit more dedicated focus. But if you want to take that on we can park that as a pitch until then and get it queued up as an item to cover. |
Lovely, makes sense. Thanks, Philippe. |
For those wanting to follow along and post feedback on the algorithm itself: https://forums.swift.org/t/swift-async-algorithms-proposal-combinelatest/59042 |
Hi, If I may, there is already a proposal for |
Hi @phausler From what I can see, on the one hand the implementation of Thanks. |
Read the full proposal here.