Are OCaml exceptions safe to raise asynchronously from C? In
particular, when the garbage collector is doing its thing?
Jonathan
_______________________________________________
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
> Are OCaml exceptions safe to raise asynchronously from C? In
> particular, when the garbage collector is doing its thing?
Definitely not.
-- Damien