Package com.intellij.concurrency
Class JobScheduler
- java.lang.Object
-
- com.intellij.concurrency.JobScheduler
-
- Direct Known Subclasses:
JobSchedulerImpl
public abstract class JobScheduler extends Object
-
-
Constructor Summary
Constructors Constructor Description JobScheduler()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract <T> Job<T>
createJob(String title, int priority)
static ScheduledExecutorService
getScheduler()
-
-
-
Method Detail
-
getScheduler
public static ScheduledExecutorService getScheduler()
-
-