Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MonadUnliftIO instance #43

Closed
chshersh opened this issue Jul 2, 2022 · 0 comments · Fixed by #46
Closed

Add MonadUnliftIO instance #43

chshersh opened this issue Jul 2, 2022 · 0 comments · Fixed by #46
Labels
enhancement New feature or request

Comments

@chshersh
Copy link
Owner

chshersh commented Jul 2, 2022

MonadUnliftIO is essential for writing concurrent applications that use custom monads. Since CliApp is essentially a ReaderT, it should be trivial to derive MonadUnliftIO instance.

To do this:

  1. Add unliftio-core to dependencies.
  2. Derive MonadUnliftIO
@chshersh chshersh added the enhancement New feature or request label Jul 2, 2022
@chshersh chshersh moved this to Todo in Iris Project Jul 2, 2022
chshersh pushed a commit that referenced this issue Jul 24, 2022
Repository owner moved this from Todo to Done in Iris Project Jul 24, 2022
@chshersh chshersh added this to the v0.0.0.0: Initial Launch milestone Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant