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

prototype "delayed thread-offload" support #253

Open
Ladicek opened this issue Jul 17, 2020 · 0 comments
Open

prototype "delayed thread-offload" support #253

Ladicek opened this issue Jul 17, 2020 · 0 comments

Comments

@Ladicek
Copy link
Contributor

Ladicek commented Jul 17, 2020

The MP FT @Asynchronous annotation allows easily running a method on a thread pool. (Better name would be something like @ThreadOffload.)

In quarkusio/quarkus#10790, we agreed it would be good to add support for delaying the method execution (using an extra annotation such as @Delayed). Obviously this shouldn't mean just running Thread.sleep first -- hence yet another usecase for reimplementing thread scheduling (see also #209 and #210).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant