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

adjust Subscription.cancel javadoc #332

Merged

Conversation

davidmoten
Copy link
Contributor

As I understand it cancel can be called synchronously also. Removed the part of the javadoc that says that cancel is called asynchronously.

@viktorklang
Copy link
Contributor

I think that is a reasonable change!

The question is whether we need to explain why that (the showing up of elements after the invocation to cancel) is the case or not?

@viktorklang
Copy link
Contributor

@reactive-streams/contributors wdyt?

@ktoso
Copy link
Contributor

ktoso commented Aug 22, 2016

I think it's a good change, +1.
Anyone implementing these should be aware it could be all async in any case.

@DougLea
Copy link
Contributor

DougLea commented Aug 22, 2016

Looks good -- the phrase "as this call is asynchronous" was unnecessary and unhelpful.

@rkuhn
Copy link
Member

rkuhn commented Aug 22, 2016

LGTM

@ktoso
Copy link
Contributor

ktoso commented Nov 7, 2016

Ping @viktorklang, seems good to go?

@viktorklang viktorklang merged commit 588546e into reactive-streams:master Nov 7, 2016
@viktorklang
Copy link
Contributor

@ktoso Aye, thanks for the ping!

@ktoso
Copy link
Contributor

ktoso commented Nov 7, 2016

👍

@viktorklang viktorklang added this to the 1.0.1 milestone Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants