Package ghidra.app.decompiler.parallel
package ghidra.app.decompiler.parallel
-
ClassDescriptionA class that simplifies some the concurrent datastructure setup required for decompiling functions.A callback interface that will be given a newly created
DecompInterface
to configure.An implementation ofQCallback
that performs the management of theDecompInterface
instances using a Pool.DecompilerReducer<R,D>