java.lang.Object
org.eclipse.jgit.lib.internal.WorkQueue
Simple work queue to run tasks in the background
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduledThreadPoolExecutor
Get the WorkQueue's executor
-
Constructor Details
-
WorkQueue
public WorkQueue()
-
-
Method Details
-
getExecutor
Get the WorkQueue's executor- Returns:
- the WorkQueue's executor
-