mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-08 03:31:21 +00:00
handle pending simulation thread events before simulation starts, just
after loading
This commit is contained in:
parent
0b86a784ee
commit
87adbcb3d5
@ -685,6 +685,12 @@ public class Simulation extends Observable implements Runnable {
|
|||||||
|
|
||||||
setChanged();
|
setChanged();
|
||||||
notifyObservers(this);
|
notifyObservers(this);
|
||||||
|
|
||||||
|
/* Execute simulation thread events now, before simulation starts */
|
||||||
|
while (hasPollRequests) {
|
||||||
|
popSimulationInvokes().run();
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user