Package org.eclipse.jgit.lib.internal
Class WorkQueue
java.lang.Object
org.eclipse.jgit.lib.internal.WorkQueue
Simple work queue to run tasks in the background
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ScheduledThreadPoolExecutor
(package private) static final Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduledThreadPoolExecutor
Get the WorkQueue's executor
-
Field Details
-
executor
-
executorKiller
-
-
Constructor Details
-
WorkQueue
public WorkQueue()
-
-
Method Details
-
getExecutor
Get the WorkQueue's executor- Returns:
- the WorkQueue's executor
-