Package ghidra.app.decompiler.parallel
Class ChunkingParallelDecompiler<R>
- java.lang.Object
-
- ghidra.app.decompiler.parallel.ChunkingParallelDecompiler<R>
-
- Type Parameters:
R
- The result type
public class ChunkingParallelDecompiler<R> extends java.lang.Object
A class that simplifies some the concurrent datastructure setup required for decompiling functions. This class is meant to be used when you wish to decompile functions in groups (or chunks) rather than decompiling all functions at once.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<R>
decompileFunctions(java.util.List<Function> functions)
void
dispose()
-