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

feat(either): add future interoperability #56

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

Wolfremium13
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

This change will help concatenate synchronous and asynchronous calls by transforming an Either into a Future. This way, we won’t need to manually map the call; instead, by invoking the method, we make it asynchronous, allowing us to use async maps.

Added/updated tests?

We encourage you to keep the quality of the code by creating test.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] What gif best describes this PR or how it makes you feel?

capoo_working

@Wolfremium13 Wolfremium13 self-assigned this Nov 11, 2024
@Marius9595 Marius9595 linked an issue Nov 11, 2024 that may be closed by this pull request
2 tasks
@Marius9595 Marius9595 merged commit ba7d8b1 into beta Nov 11, 2024
3 checks passed
@Marius9595 Marius9595 deleted the feat/50-feature-either-async-support branch November 11, 2024 18:47
Copy link

🎉 This PR is included in version 1.3.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Either async support
2 participants