Skip to content

Commit

Permalink
Merge pull request #122 from Qqwy/patch-1
Browse files Browse the repository at this point in the history
Remove 'NOTE: this library is young' from README.md
  • Loading branch information
snoyberg authored Sep 27, 2024
2 parents e2d9c1f + e7e1a60 commit 04cc8a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions unliftio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ Provides the core `MonadUnliftIO` typeclass, a number of common
instances, and a collection of common functions working with it. Not
sure what the `MonadUnliftIO` typeclass is all about? Read on!

__NOTE__ This library is young, and will likely undergo some serious changes
over time. It's also very lightly tested. That said: the core concept of
`MonadUnliftIO` has been refined for years and is pretty solid, and even though
the code here is lightly tested, the vast majority of it is simply apply
`withUnliftIO` to existing functionality. Caveat emptor and all that.

__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.

## Quickstart
Expand Down

0 comments on commit 04cc8a6

Please sign in to comment.