@Deprecated public static Scheduler elastic()
Deprecated. use boundedElastic(), to be removed in 3.5.0
Scheduler that dynamically creates ExecutorService-based Workers and caches the thread pools, reusing them once the Workers have been shut down.
The maximum number of created thread pools is unbounded.
The default time-to-live for unused thread pools is 60 seconds, use the appropriate factory to set a different value.
This scheduler is not restartable.
Returns:default instance of a Scheduler that dynamically creates ExecutorService-based Workers and caches the threads, reusing them once the Workers have been shut down
(https://projectreactor.io/docs/core/release/api/reactor/core/scheduler/Schedulers.html#elastic--)