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

Reactive blocking context aware annotations #58

Merged
merged 3 commits into from Aug 12, 2021

Conversation

jreznot
Copy link
Member

@jreznot jreznot commented Aug 11, 2021

Here we introduce @Blocking and @NonBlocking annotations that are used by IntelliJ IDEA to detect inappropriate blocking calls in non-blocking contexts. Some reactive frameworks, have similar annotations, e.g. SmallRye Mutiny: https://smallrye.io/docs/smallrye-fault-tolerance/5.2.1/usage/extra.html#blocking-nonblocking

@jreznot jreznot changed the title Reactive blocking annotations Reactive blocking context aware annotations Aug 11, 2021
@amaembo amaembo merged commit a8de8a8 into JetBrains:master Aug 12, 2021
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.

None yet

2 participants