Skip to content

Commit

Permalink
Clarify Lwt.join docs somewhat
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
aantron committed Dec 27, 2017
1 parent e8b74b0 commit 5c19936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/lwt.mli
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,8 @@ let () =
If all of the promises in [ps] become fulfilled, [Lwt.join ps] is also
fulfilled. Otherwise, if at least one promise in [ps] becomes rejected,
[Lwt.join ps] is rejected with the same exception as one such promise,
chosen arbitrary. *)
chosen arbitrarily. Note that this occurs only after all the promises are
resolved, not immediately when the first promise is rejected. *)



Expand Down

0 comments on commit 5c19936

Please sign in to comment.