Browse thread
[Caml-list] raising ocaml exceptions from C asynchronously
-
Jonathan Roewen
- Damien Doligez
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] raising ocaml exceptions from C asynchronously |
On 2006-08-01, at 05:52, Jonathan Roewen wrote: > Are OCaml exceptions safe to raise asynchronously from C? In > particular, when the garbage collector is doing its thing? Definitely not. -- Damien