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

TaskOption #77

Closed
Micha-kun opened this issue Apr 29, 2020 · 1 comment
Closed

TaskOption #77

Micha-kun opened this issue Apr 29, 2020 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Micha-kun
Copy link
Contributor

Seeing there are methods for AsyncOption, TaskResult, and even TaskResultOption, I'm surprised that there isn't a module with functions for TaskOption. Even there is a computation expression, but no module functions. Exists any reason for that?

@TheAngryByrd TheAngryByrd added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 29, 2020
@TheAngryByrd
Copy link
Collaborator

Mostly an oversight. I'm definitely for having more module level functions.

Seems like we dont have AsyncOption either. So we'd want to have module functions for:

  • AsyncOption
  • TaskOption
  • JobOption

I'm not which all functions we should have but probably some basics like map/bind/return makes sense as a starting point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants