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

safeTry with async generator should return ResultAsync #561

Closed
mattpocock opened this issue Aug 16, 2024 · 2 comments
Closed

safeTry with async generator should return ResultAsync #561

mattpocock opened this issue Aug 16, 2024 · 2 comments

Comments

@mattpocock
Copy link
Contributor

import { safeTry, ok } from "neverthrow";

safeTry(async function* () {
  return ok("Hey");
}).map((str) => str.toUpperCase());

This should be possible, but isn't.

This makes the lib less composable.

@supermacro
Copy link
Owner

Fixed by #562

@mattpocock
Copy link
Contributor Author

Siiiiiick I'm really excited about this.

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

No branches or pull requests

2 participants