[commit: base] master: throwTo is interruptible. (84ac54d)
Edward Z. Yang
ezyang at MIT.EDU
Tue Apr 16 23:20:44 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
https://github.com/ghc/packages-base/commit/84ac54d452c202f9bc9ea4328d02ebe65f356d21
>---------------------------------------------------------------
commit 84ac54d452c202f9bc9ea4328d02ebe65f356d21
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Tue Apr 16 14:20:41 2013 -0700
throwTo is interruptible.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
>---------------------------------------------------------------
Control/Exception.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Control/Exception.hs b/Control/Exception.hs
index d104fe5..b2b8b61 100644
--- a/Control/Exception.hs
+++ b/Control/Exception.hs
@@ -345,7 +345,7 @@ The following operations are guaranteed not to be interruptible:
* everything from the @Foreign@ modules
- * everything from @Control.Exception@
+ * everything from @Control.Exception@ except for 'throwTo'
* @tryTakeMVar@, @tryPutMVar@, @isEmptyMVar@
More information about the ghc-commits
mailing list