We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SharedSequence.kt/SharedSequenceProcessor/src/main/resources/templates/Template.kt
Line 157 in e62563c
When we share a sequence this will actually be called only once. Not multiple times. as you would expect.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I mean:
val driver = myDriver .doOnSubscribed { println("test") } driver.subscribe() // prints test driver.subscribe() // doesn't print test
My thought was that this is misleading so I wanted to open the issue and discuss.
No branches or pull requests
SharedSequence.kt/SharedSequenceProcessor/src/main/resources/templates/Template.kt
Line 157 in e62563c
When we share a sequence this will actually be called only once. Not multiple times. as you would expect.
The text was updated successfully, but these errors were encountered: