Skip to content
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 async collect functions to TaskSeq and improve tooltip info #11

Merged
merged 3 commits into from
Oct 12, 2022

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