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
每执行novate.xxx() 给上层返回了一个Subscription,上层可以调用unsubscribe()来进行取消!
if (!subscription.isUnsubscribed()) { subscription.unsubscribe(); }
说是这么取消,但是我怎么用呢,能不能详细点,或者举个例子
The text was updated successfully, but these errors were encountered:
@liguangze 这已经很详细了啊
Sorry, something went wrong.
你说在上层返回Subscription,我在这层怎么拿到,
@liguangze 你可以简单看一下 rxJava ,这是 rxJava 里面的操作。
No branches or pull requests
每执行novate.xxx() 给上层返回了一个Subscription,上层可以调用unsubscribe()来进行取消!
说是这么取消,但是我怎么用呢,能不能详细点,或者举个例子
The text was updated successfully, but these errors were encountered: