On Wed, Nov 10, 2010 at 5:48 PM, Simon Marlow <[email protected]> wrote:
> [...] So we should
> say there are a few things that you can do that guarantee not to call any
> interruptible operations:
>
>  - IORef operations
>  - STM transactions that do not use retry
>  - everything from the Foreign.* modules
>
> and probably some other things.  Maybe we should put this list in the
> documentation.

A list would be very helpful. I am specifically interested in knowing about:

- The try family of MVar functions
- the forkIO function itself

Thanks,
Bit Connor
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to