Avoid race condition by manualy setting the island statut on running (Nils Mangelsen)
This commit is contained in:
parent
d41cbbe781
commit
c9c982fb81
4 changed files with 18 additions and 1 deletions
|
|
@ -119,7 +119,12 @@ public:
|
|||
* Check if the algorithm is stopped.
|
||||
* @return true if stopped
|
||||
*/
|
||||
virtual bool isStopped(void) const;
|
||||
virtual bool isStopped(void) const;
|
||||
|
||||
/**
|
||||
* Set the stopped indicator on false
|
||||
*/
|
||||
virtual void setRunning(void);
|
||||
|
||||
/**
|
||||
* Check if there is population to receive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue