Browse thread
[Caml-list] raising ocaml exceptions from C asynchronously
- Jonathan Roewen
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] raising ocaml exceptions from C asynchronously |
Hi, Are OCaml exceptions safe to raise asynchronously from C? In particular, when the garbage collector is doing its thing? Jonathan