Class BSimDBConnectTaskCoordinator

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

public class BSimDBConnectTaskCoordinator 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 cancelation to be propogated to the other tasks(s).