Skip to content

Add extensions for Completable #48

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

Merged
merged 1 commit into from
Feb 17, 2016
Merged

Add extensions for Completable #48

merged 1 commit into from
Feb 17, 2016

Conversation

pt2121
Copy link
Contributor

@pt2121 pt2121 commented Feb 17, 2016

Not sure if @Beta and @Experimental stuff should be added here.

assertEquals(1, count)

count = 0
val c2 = { count++ }.toCompletable()
Copy link
Contributor

Choose a reason for hiding this comment

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

wouldn't it look better completableOf { } instead of {}.toCompletable() ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. I will update it.

@cy6erGn0m
Copy link
Contributor

lgtm, @MarioAriasC ?

@MarioAriasC
Copy link
Collaborator

👍

MarioAriasC added a commit that referenced this pull request Feb 17, 2016
Add extensions for Completable
@MarioAriasC MarioAriasC merged commit fde4fb3 into ReactiveX:0.x Feb 17, 2016
@pt2121
Copy link
Contributor Author

pt2121 commented Feb 17, 2016

Thanks!

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.

3 participants