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

Fixes #7240 - Clarify and javadoc InvocationType. #7241

Merged

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Dec 8, 2021

Signed-off-by: Simone Bordet [email protected]

@sbordet sbordet requested a review from gregw December 8, 2021 12:18
@sbordet sbordet linked an issue Dec 8, 2021 that may be closed by this pull request
Comment on lines 69 to 74
* <p>This invocation type is suitable for {@code Invocable}s that
* themselves produce other {@code Invocable}s.</p>
* <p>The invocation of this {@code Invocable} causes the
* production of other, nested, {@code Invocable}s, which may be
* of type {@link #NON_BLOCKING} and therefore are invoked
* immediately, thus advancing a possibly stalled system.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is too specific.
It is for tasks that can do useful/important work without blocking, but may block in some sub-tasks if allowed to do so by the invocation.

Updates after review.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet force-pushed the jetty-10.0.x-7240-clarify-invocationtype-either branch from 6f82114 to b85c169 Compare December 8, 2021 22:18
@sbordet sbordet requested a review from gregw December 8, 2021 22:18
@sbordet sbordet merged commit b220311 into jetty-10.0.x Dec 9, 2021
@sbordet sbordet deleted the jetty-10.0.x-7240-clarify-invocationtype-either branch December 9, 2021 08:29
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

Successfully merging this pull request may close these issues.

Clarify and javadoc InvocationType
2 participants