Replies: 2 comments 1 reply
-
Specifically this concurrent one https://github.com/bitnomial/prometheus/blob/master/src/System/Metrics/Prometheus/Concurrent/RegistryT.hs#L21 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting! Do you have a use case? It's hard for me to imagine needing unliftIO for some application. I'm not opposed to it, but we've never needed unliftio for anything with this lib. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Monads that are basically ReaderT are typically obvious instances of this class, and it means you can easily thread monad stacks much easier. Would you be open to a PR?
I assume that there’s no reason that actions in RegistryT have to be synchronous.
Beta Was this translation helpful? Give feedback.
All reactions