Package org.eclipse.jgit.lib.internal
Class WorkQueue
- java.lang.Object
-
- org.eclipse.jgit.lib.internal.WorkQueue
-
public class WorkQueue extends java.lang.ObjectSimple work queue to run tasks in the background
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.concurrent.ScheduledThreadPoolExecutorexecutor(package private) static java.lang.ObjectexecutorKiller
-
Constructor Summary
Constructors Constructor Description WorkQueue()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.concurrent.ScheduledThreadPoolExecutorgetExecutor()Get the WorkQueue's executor
-