Class BSimDBConnectTaskManager

java.lang.Object
ghidra.features.bsim.query.BSimDBConnectTaskManager

public class BSimDBConnectTaskManager extends Object
Provides the ability to synchronize concurrent connection task instances within the same thread. This can occur within the swing thread due to the presence of a modal task dialog event queue. It also allows password cancellation to be propagated to the other tasks(s).