-
Notifications
You must be signed in to change notification settings - Fork 177
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
Semantics of Lwt.pick / choose #856
Labels
Comments
Hello, Your diagnostic is correct. In fact, when multiple promises are already resolved, I'll prepare an MR to fix that. |
raphael-proust
added a commit
to raphael-proust/lwt
that referenced
this issue
Jul 24, 2021
smorimoto
pushed a commit
to raphael-proust/lwt
that referenced
this issue
Nov 7, 2021
raphael-proust
added a commit
to raphael-proust/lwt
that referenced
this issue
Nov 17, 2021
smorimoto
pushed a commit
to raphael-proust/lwt
that referenced
this issue
Jan 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation for
Lwt.pick
says:However, the first sentence in the second paragraph isn't true, judging by the code
https://github.com/ocsigen/lwt/blob/master/src/core/lwt.ml#L2753-L2755
a simple test confirms this:
The text was updated successfully, but these errors were encountered: