You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is only ExecutionContextExecutor which does this, but when a method accepts ExecutionContext, then it's not that easy to use it in Java, because In Java, we usually use Executor.
The text was updated successfully, but these errors were encountered:
I'm not qualified to have an opinion here, but it seems a reasonable thing to discuss at least.
But we won't be able to do it in the 2.13 standard library for binary compatibility reasons. Since 2.14 is not planned, this could only happen with Scala 3.T (or 4.0), a future version that will break binary compatibility - we don't know when this is going to happen.
Currently there is only
ExecutionContextExecutor
which does this, but when a method acceptsExecutionContext
, then it's not that easy to use it in Java, because In Java, we usually useExecutor
.The text was updated successfully, but these errors were encountered: