Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to use kotlin coroutines #439

Open
shumidub opened this issue Apr 13, 2021 · 1 comment
Open

Add ability to use kotlin coroutines #439

shumidub opened this issue Apr 13, 2021 · 1 comment
Labels
priority:low Not on the roadmap. type:enhancement New features or improvements to existing features.

Comments

@shumidub
Copy link

shumidub commented Apr 13, 2021

Add ability to use more efficient kotlin coroutines instead of Executor/ScheduledExecutorService

@shumidub shumidub added the type:enhancement New features or improvements to existing features. label Apr 13, 2021
@AlexBenny
Copy link
Contributor

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.

@AlexBenny AlexBenny self-assigned this Apr 29, 2021
@AlexBenny AlexBenny added the priority:low Not on the roadmap. label Apr 29, 2021
@AlexBenny AlexBenny removed their assignment Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low Not on the roadmap. type:enhancement New features or improvements to existing features.
Projects
None yet
Development

No branches or pull requests

2 participants