Skip to content

Commit

Permalink
Switch to async exception safety (fixes #196)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Aug 8, 2016
1 parent e57f385 commit 96b9e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduit/Data/Conduit/Internal/Conduit.hs
Expand Up @@ -419,7 +419,7 @@ toConsumer (ConduitM c0) = ConduitM $ \rest -> let
-- example, if an exception is thrown in a @Source@ feeding to a @Sink@, and
-- the @Sink@ uses @catchC@, the exception will /not/ be caught.
--
-- Due to this behavior (as well as lack of async exception handling), you
-- Due to this behavior (as well as lack of async exception safety), you
-- should not try to implement combinators such as @onException@ in terms of this
-- primitive function.
--
Expand Down

0 comments on commit 96b9e32

Please sign in to comment.