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

Improve Mono#share javadoc for cancelling #3741

Merged
merged 1 commit into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. [doc] Improve Mono#share javadoc for cancelling

    Similarly to Flux#share, Mono#share also cancels the source when all
    Subscribers have cancelled. This change improves the documentation.
    
    Following #2680 and #2756 there exists a misalignment in the javadoc for
    Mono#share method. Since cancelling the source is a fact, the
    javadoc is now improved instead of changing the behaviour.
    
    Resolves #3740
    chemicL committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f4af9da View commit details
    Browse the repository at this point in the history