From: Bas van Dijk
Date: Tue, 15 Jun 2010 20:36:44
To: Simon Marlow
Cc: ; Don Stewart
Subject: Re: What does interruptibility mean exactly?
On Tue, Jun 15, 2010 at 12:41 PM, Simon Marlow wrote:
> On 15/06/2010 09:00, Bas van Dijk wrote:
>>
>> On Mon, Jun 14, 2010 at 11:20 PM
On Tue, Jun 15, 2010 at 12:41 PM, Simon Marlow wrote:
> On 15/06/2010 09:00, Bas van Dijk wrote:
>>
>> On Mon, Jun 14, 2010 at 11:20 PM, Don Stewart wrote:
>>>
>>> v.dijk.bas:
Hello,
I've a short question about interruptible operations. In the following
program is it poss
On 15/06/2010 09:00, Bas van Dijk wrote:
On Mon, Jun 14, 2010 at 11:20 PM, Don Stewart wrote:
v.dijk.bas:
Hello,
I've a short question about interruptible operations. In the following
program is it possible for 'putMVar' to re-throw asynchronous
exceptions even when asynchronous exception ar
On Mon, Jun 14, 2010 at 11:20 PM, Don Stewart wrote:
>
> v.dijk.bas:
>> Hello,
>>
>> I've a short question about interruptible operations. In the following
>> program is it possible for 'putMVar' to re-throw asynchronous
>> exceptions even when asynchronous exception are blocked/masked?
>>
>> ne
v.dijk.bas:
> Hello,
>
> I've a short question about interruptible operations. In the following
> program is it possible for 'putMVar' to re-throw asynchronous
> exceptions even when asynchronous exception are blocked/masked?
>
> newEmptyMVar >>= \mv -> block $ putMVar mv x
>
> The documentat
Hello,
I've a short question about interruptible operations. In the following
program is it possible for 'putMVar' to re-throw asynchronous
exceptions even when asynchronous exception are blocked/masked?
newEmptyMVar >>= \mv -> block $ putMVar mv x
The documentation in Control.Exception about