Hi all ! I have a problem with the following code under win32:
let m = Mutex.create () let () = Mutex.lock m; if Mutex.try_lock m then Printf.printf "locked !\n" else Printf.printf "could not lock!\n" When run, the program outputs: "locked !" Obviously, this is not the intented behaviour.. Do you know what is wrong ? Is there something I am missing ?? Romain _______________________________________________ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs