Package ghidra.app.decompiler.parallel
Class ChunkingParallelDecompiler<R>
java.lang.Object
ghidra.app.decompiler.parallel.ChunkingParallelDecompiler<R>
- Type Parameters:
R
- The result type
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
-
Method Details
-
decompileFunctions
- Throws:
InterruptedException
Exception
-
dispose
public void dispose()
-