Opened 9 years ago
Closed 8 years ago
#2603 closed defect (done)
Unnecessary use of EventWaitHandle in CreateExperimentDialog
Reported by: | bburlacu | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Optimizer | Version: | 3.3.13 |
Keywords: | Cc: |
Description
It is not necessary to use an EventWaitHandle when the dialog uses a single BackgroundWorker for asynchronous calculations. This code should be removed for the sake of clarity.
Change History (4)
comment:1 Changed 9 years ago by bburlacu
- Owner set to bburlacu
- Status changed from new to accepted
comment:2 Changed 9 years ago by bburlacu
- Owner changed from bburlacu to abeham
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by gkronber
- Owner changed from abeham to ascheibe
- Status changed from reviewing to readytorelease
r13813 ok. please merge to stable
comment:4 Changed 8 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13813: Remove EventWaitHandle.