Skip to content

Commit

Permalink
fix libirmin hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Sep 4, 2024
1 parent 0fd47cc commit aeb6872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libirmin/util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module Make (I : Cstubs_inverted.INTERNAL) = struct
match Lwt.poll x with
| Some x -> x
| None ->
let () = Lwt_engine.iter true in
let () = Lwt_engine.iter false in
run x

module Root = struct
Expand Down

0 comments on commit aeb6872

Please sign in to comment.