-
Notifications
You must be signed in to change notification settings - Fork 66
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 Dispatcher[Task] instance #461
Comments
Don't you actual want a dispatcher for |
Just to clarify - |
Fiddling around, I think I might have mixed up the uses of |
Yes, that's why it exists. When the |
Cool. |
I think for the people that mix ZIO with other effect types. Maybe we should have used the short name for ZIO and a longer name for generic effects 🤔 - but I think it's too late to change now. |
Yeah I would actually think the |
If you use only ZIO and tagless final libraries like http4s and doobie then you don't actually have this problem.
Yeah, the issue is that the |
Yes we definitely want to support both styles. If you are working with |
Method
toManaged
requires this instance but it does not exist.The text was updated successfully, but these errors were encountered: