25 Apr
2011
25 Apr
'11
12:23 a.m.
On 24 April 2011 10:26, Edward Z. Yang <ezyang@mit.edu> wrote:
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