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

Avoid redundant thread creation by invoking coroutine timeout handling code on Vert.x threads #246

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

tsegismont
Copy link
Contributor

By the way, it prevents from dispatching the coroutine execution to the context (because it's already executing on the right context).

…g code on Vert.x threads

By the way, it prevents from dispatching the coroutine execution to the context (because it's already executing on the right context).

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont added this to the 4.4.7 milestone Oct 13, 2023
@tsegismont tsegismont merged commit 6a29821 into vert-x3:4.4 Oct 13, 2023
2 checks passed
@tsegismont tsegismont deleted the coroutine-timeouts branch October 13, 2023 08:58
tsegismont added a commit to tsegismont/vertx-lang-kotlin that referenced this pull request Oct 13, 2023
…g code on Vert.x threads (vert-x3#246)

By the way, it prevents from dispatching the coroutine execution to the context (because it's already executing on the right context).

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont added a commit that referenced this pull request Oct 13, 2023
…g code on Vert.x threads (#246) (#247)

By the way, it prevents from dispatching the coroutine execution to the context (because it's already executing on the right context).

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont added a commit to tsegismont/vertx-lang-kotlin that referenced this pull request Oct 13, 2023
…g code on Vert.x threads (vert-x3#246) (vert-x3#247)

By the way, it prevents from dispatching the coroutine execution to the context (because it's already executing on the right context).

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont added a commit that referenced this pull request Oct 13, 2023
…g code on Vert.x threads (#246) (#247) (#248)

By the way, it prevents from dispatching the coroutine execution to the context (because it's already executing on the right context).

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant