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.
1 parent 36a3bbd commit 9d07b36Copy full SHA for 9d07b36
src/main/java/rx/Scheduler.java
@@ -135,18 +135,6 @@ public long now() {
135
}
136
137
138
- /**
139
- * Indicates the parallelism available to this Scheduler.
140
- * <p>
141
- * This defaults to {@code Runtime.getRuntime().availableProcessors()} but can be overridden for use cases
142
- * such as scheduling work on a computer cluster.
143
- *
144
- * @return the scheduler's available degree of parallelism
145
- */
146
- public int parallelism() {
147
- return Runtime.getRuntime().availableProcessors();
148
- }
149
-
150
/**
151
* Gets the current time, in milliseconds, according to this Scheduler.
152
*
0 commit comments