You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's recent API addition in 3.1.0 that adds a composite in the subscribe() calls as a 4th parameter so that when the upstream terminates the disposable is also disposed.
In our application we use Scheduler#scheduleDirect very often.
It'd be nice to extend Scheduler#scheduleDirect with a Composite so that returned the Disposable is automatically disposed when the upstream terminates.
The text was updated successfully, but these errors were encountered:
There's recent API addition in 3.1.0 that adds a composite in the
subscribe()
calls as a 4th parameter so that when the upstream terminates the disposable is also disposed.In our application we use Scheduler#scheduleDirect very often.
It'd be nice to extend Scheduler#scheduleDirect with a Composite so that returned the
Disposable
is automatically disposed when the upstream terminates.The text was updated successfully, but these errors were encountered: