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
If the `Future` has not completed the specified amount of time, the observable will ignore it and fail with a `TimeoutException`.
278
+
If the `Future` has not completed in the specified amount of time, the observable will ignore it and fail with a `TimeoutException`.
279
279
280
280
You can also turn any collection into an observable using the overloads of `Observable.from` that take arrays and iterables. This will result in every item in the collection being emitted and then a final onCompleted event.
0 commit comments