Join Slack
Powered by
Whether it matters or not would probably depend on...
# squarelibraries
e
eygraber
08/20/2023, 3:37 AM
Whether it matters or not would probably depend on the use case, but
Executors.newSingleThreadExecutor().asCoroutineDispatcher
would lose the
thread sharing
that the IO and Default dispatchers have (on JVM at least)
🤔 1
2
Views
Open in Slack
Previous
Next