Convenience methods for constructing a custom IORuntime #2638
etspaceman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently had the need to manually construct an IORuntime, which took in an
Executor
and used it as its compute pool. Doing this was... not the most intuitive thing in the world.It would be interesting to have some of these convenience methods in cats effect. Or, at the very least, some documentation on doing these things.
I opened this as a discussion per a conversation with @djspiewak, as we may not want to encourage these operations (since the default IORuntime has a lot of benefits).
Beta Was this translation helpful? Give feedback.
All reactions