
|
If you were logged in you would be able to see more operations.
|
|
|
|
Method
com.bc.ceres.swing.progress.ProgressMonitorSwingWorker.executeWithBlocking()
uses an invisible (= zero size), modal window in order to realize a certain behaviour:
wait until concurrent process has finished without block the EDT (GUI = the responsive
progess monitor dialog).
Problem: For quickly executing tasks the method unblock() is sometimes called before block()
--> deadlock.
|
|
Description
|
Method
com.bc.ceres.swing.progress.ProgressMonitorSwingWorker.executeWithBlocking()
uses an invisible (= zero size), modal window in order to realize a certain behaviour:
wait until concurrent process has finished without block the EDT (GUI = the responsive
progess monitor dialog).
Problem: For quickly executing tasks the method unblock() is sometimes called before block()
--> deadlock.
|
Show » |
| There are no comments yet on this issue.
|
|