Class SchedulerPoolFactory
java.lang.Object
io.reactivex.rxjava3.internal.schedulers.SchedulerPoolFactory
Manages the creating of ScheduledExecutorServices and sets up purging.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduledExecutorServicecreate(ThreadFactory factory) Creates a ScheduledExecutorService with the given factory.
-
Field Details
-
PURGE_ENABLED
public static final boolean PURGE_ENABLED
-
-
Method Details
-
create
Creates a ScheduledExecutorService with the given factory.- Parameters:
factory- the thread factory- Returns:
- the ScheduledExecutorService
-