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

Implement AsyncOption #114

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Implement AsyncOption #114

merged 1 commit into from
Mar 4, 2024

Conversation

jstasiak
Copy link
Collaborator

@jstasiak jstasiak commented Mar 4, 2024

Something that comes up every now and then and I've been missing it from the ts-results-es API: an asynchronous counterpart to Option.

Also a counterpart to AsyncResult added in [1].

This addition completes the sync/async, Option/Result matrix.

[1] 3f55d15 ("Take a first stab at async results (#87)")

Something that comes up every now and then and I've been missing it from
the ts-results-es API: an asynchronous counterpart to Option.

Also a counterpart to AsyncResult added in [1].

This addition completes the sync/async, Option/Result matrix.

[1] 3f55d15 ("Take a first stab at async results (#87)")
@jstasiak jstasiak mentioned this pull request Mar 4, 2024
@jstasiak jstasiak changed the title Add AsyncOption Implement AsyncOption Mar 4, 2024
Copy link

@raguiar9080 raguiar9080 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raguiar9080
Copy link

Actually excited to start using these in the code 🙏

@jstasiak jstasiak merged commit f936cab into master Mar 4, 2024
2 checks passed
@jstasiak jstasiak deleted the asyncoption branch March 4, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants