Skip to content

Commit 04cc8a6

Browse files
authored
Merge pull request #122 from Qqwy/patch-1
Remove 'NOTE: this library is young' from README.md
2 parents e2d9c1f + e7e1a60 commit 04cc8a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

unliftio/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ Provides the core `MonadUnliftIO` typeclass, a number of common
77
instances, and a collection of common functions working with it. Not
88
sure what the `MonadUnliftIO` typeclass is all about? Read on!
99

10-
__NOTE__ This library is young, and will likely undergo some serious changes
11-
over time. It's also very lightly tested. That said: the core concept of
12-
`MonadUnliftIO` has been refined for years and is pretty solid, and even though
13-
the code here is lightly tested, the vast majority of it is simply apply
14-
`withUnliftIO` to existing functionality. Caveat emptor and all that.
15-
1610
__NOTE__ The `UnliftIO.Exception` module in this library changes the semantics of asynchronous exceptions to be in the style of the `safe-exceptions` package, which is orthogonal to the "unlifting" concept. While this change is an improvment in most cases, it means that `UnliftIO.Exception` is not always a drop-in replacement for `Control.Exception` in advanced exception handling code. See [Async exception safety](#async-exception-safety) for details.
1711

1812
## Quickstart

0 commit comments

Comments
 (0)