We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 461aa7a + 9d07b36 commit c5fd708Copy full SHA for c5fd708
src/main/java/rx/Scheduler.java
@@ -137,18 +137,6 @@ public long now() {
137
}
138
139
140
- /**
141
- * Indicates the parallelism available to this Scheduler.
142
- * <p>
143
- * This defaults to {@code Runtime.getRuntime().availableProcessors()} but can be overridden for use cases
144
- * such as scheduling work on a computer cluster.
145
- *
146
- * @return the scheduler's available degree of parallelism
147
- */
148
- public int parallelism() {
149
- return Runtime.getRuntime().availableProcessors();
150
- }
151
-
152
/**
153
* Gets the current time, in milliseconds, according to this Scheduler.
154
*
0 commit comments