Skip to content

Commit

Permalink
fixed npick by removing the line that cancels a list on only pending …
Browse files Browse the repository at this point in the history
…promises
  • Loading branch information
ZackC committed Jul 14, 2017
1 parent 0a5bdde commit fc724f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/lwt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,6 @@ struct
let callback in_completion_loop _result =
let State_may_now_be_pending_proxy p = may_now_be_proxy p in
let p = underlying p in
List.iter cancel ps;
let State_may_have_changed p =
finish_nchoose_or_npick_after_pending in_completion_loop p [] ps in
ignore p
Expand Down

0 comments on commit fc724f6

Please sign in to comment.