We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Schedulers.from(Executor, boolean)
1 parent fb37226 commit cc7fce8Copy full SHA for cc7fce8
src/main/java/io/reactivex/schedulers/Schedulers.java
@@ -400,7 +400,7 @@ public static Scheduler from(@NonNull Executor executor) {
400
* @param interruptibleWorker if {@code true} the tasks submitted to the {@link io.reactivex.Scheduler.Worker Scheduler.Worker} will
401
* be interrupted when the task is disposed.
402
* @return the new Scheduler wrapping the Executor
403
- * @since 2.2.6 - experimental
+ * @since 3.0.0
404
*/
405
@NonNull
406
public static Scheduler from(@NonNull Executor executor, boolean interruptibleWorker) {
0 commit comments