File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 * manage the lifecycle of {@link Scheduler schedulers} and make sure they go down on application
6969 * shutdown time.
7070 * </li>
71- * <li>set a default server thread pool with the number of available processors.</li>
7271 * </ul>
7372 *
7473 * <h2>usage</h2>
Original file line number Diff line number Diff line change 1- # Worker thread pool to number of processors
2-
3- server.threads.Min = ${runtime.processors}
4- server.threads.Max = ${runtime.processors}
5-
61rx.scheduler.max-computation-threads = ${runtime.processors}
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ RxJava is a Java VM implementation of <a href="http://reactivex.io">Reactive Ext
1818
1919* map route operator: [ Rx.rx()] ( {{defdocs}}/rx/Rx.html#rx-- ) that converts ``` Observable ``` (and family) into [ Deferred API] ( {{defdocs}}/Deferred.html ) .
2020* manage the lifecycle of ``` Schedulers ``` and make sure they go down on application shutdown time.
21- * set a default server thread pool with the number of available processors.
2221
2322## usage
2423
You can’t perform that action at this time.
0 commit comments