bug
bug copied to clipboard
[Feature request] Make ExecutionContext extends Executor by default?
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.