Async-Await methods #13534
Labels
kind/enhancement
New feature or request
triage/duplicate
This issue or pull request already exists
triage/needs-triage
Description
Quarkus code seems to be highly async. As this has obvious advantages, there is also one major disadvantage:
In those scenarios Aync-Await paradigm could be a more readable alternative. https://github.com/electronicarts/ea-async is a library that allows programmers to write asynchronous code in a sequential fashion. Unfortunately, it doesn't seem to be maintained anymore and it only supports JDK 8-10. It is also questionable if it works with Quarkus at all (haven't tried it TBH).
Proposal
Expose such/similar utility from Quarkus (either core or an extension) that would allow to write asynchronous code in a sequential fashion.
Let me know if this request does not make sense at all or if it's for some reason not possible.
Edit: seems to have been already mentioned in #1957
The text was updated successfully, but these errors were encountered: