AsynchronousChannelGroup from the ZIO perspective #145
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
The use of AsynchronousChannelGroup from the ZIO perspective is a little confusing (to me at least).
As per JDK documentation:
AsynchronousChannelGroup
So, AsynchronousChannels that are created without giving them explicitly a group, are working on a different thread pool than the rest of the ZIO application. So my question is this:
Is that a problem (I guess not) and can we do better in our "opinionated" module?
The text was updated successfully, but these errors were encountered: