
24 Apr
2011
24 Apr
'11
4:23 p.m.
On 24 April 2011 10:26, Edward Z. Yang
No, you have to use the 'interruptible' keyword.
Good, I need them to be uninterruptible. So I guess I can apply uninterruptibleMask_ only to the 'acquire lock' in the following code from my usb library: https://github.com/basvandijk/usb/blob/async/System/USB/Internal.hs#L1593 Thanks, Bas