On Sun, 2008-08-17 at 14:24 -0400, Charles Oliver Nutter wrote:
> I would clarify one thing though: the propagating Java exceptions will 
> still cause ensured sections to execute, since we use finally. So if 
> it's ensured sections you're worried about, they should be ok.

Actually it also just occurred to me that ensure isn't enough for
parasitic asynchronous events as Omnibus does them (async_value! and so
on): you need to be able to reliably capture any possible exception,
since the event handler runs in the context of the event source and
shouldn't disturb it even if the handler fails.

-mental

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to