Lwt: temporary Hack (waiting for Pierre's expertise)

This commit is contained in:
Grégoire Henry 2017-02-28 09:52:45 +01:00
parent 3f5bd7ea5b
commit cb90e3e5c5

View File

@ -7,6 +7,10 @@
(* *)
(**************************************************************************)
(** HACK waiting for Pierre.... *)
let () = Lwt_unix.set_default_async_method Async_none
(** END OF HACK waiting for Pierre.... *)
module LC = Lwt_condition
open Lwt.Infix