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
Hi @shumidub , thanks for your suggestion.
The Executor part is something we need to improve because, as you said, it's not robust and efficient as it should be.
I'd like to move to a smarter solution, like coroutines, but as far as I know it's not directly available in Java 8.
I'll keep this ticket open until we update the Executor part as I'd be happy to have some more thoughts/ideas on this topic before to put our hands on that.
Add ability to use more efficient kotlin coroutines instead of Executor/ScheduledExecutorService
The text was updated successfully, but these errors were encountered: