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