Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 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 8 years ago by bburlacu

  • Owner set to bburlacu
  • Status changed from new to accepted

r13813: Remove EventWaitHandle.

comment:2 Changed 8 years ago by bburlacu

  • Owner changed from bburlacu to abeham
  • Status changed from accepted to reviewing

comment:3 Changed 8 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

r13912 merged r13813 into stable

Note: See TracTickets for help on using tickets.