Skip to content

Conversation

abelbraaksma
Copy link
Member

This adds the following convenience functions:

TaskSeq.collectAsync: ('T -> #Task<#IAsyncEnumerable<'U>>) -> taskSeq<'T> -> taskSeq<'U>
TaskSeq.collectSeqAsync: ('T -> #Task<#seq<'U>>) -> taskSeq<'T> -> taskSeq<'U>

@abelbraaksma abelbraaksma merged commit e7ed733 into main Oct 12, 2022
@abelbraaksma abelbraaksma deleted the add-async-collect-functions branch October 12, 2022 16:07
@abelbraaksma abelbraaksma added topic: surface area Adds functions to the public surface area enhancement New feature or request labels Nov 4, 2022
@abelbraaksma abelbraaksma added this to the v0.1.0 milestone Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic: surface area Adds functions to the public surface area
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant