bug icon indicating copy to clipboard operation
bug copied to clipboard

[Feature request] Make ExecutionContext extends Executor by default?

Open He-Pin opened this issue 3 years ago • 0 comments

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.

He-Pin avatar Oct 14 '22 07:10 He-Pin