Hello Thomas Broyer,

I'd like you to reexamine a change.  Please visit

    https://gwt-review.googlesource.com/1750

to look at the new patch set (#6).

Change subject: avoid busy waiting in SchedulerImpl.runRepeatingTasks
......................................................................

avoid busy waiting in SchedulerImpl.runRepeatingTasks

If all task are finished in the queue, the code was doing
busy waiting. Added detection for finished task, thus returning
as soon as possible.

fixes issue 7307

Change-Id: I288975242600fe5fc13b9bcb356f9807894bb2cb
---
M user/src/com/google/gwt/core/client/impl/SchedulerImpl.java
M user/test/com/google/gwt/core/client/impl/SchedulerImplTest.java
2 files changed, 122 insertions(+), 48 deletions(-)


--
To view, visit https://gwt-review.googlesource.com/1750
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I288975242600fe5fc13b9bcb356f9807894bb2cb
Gerrit-PatchSet: 6
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <kurka.dan...@gmail.com>
Gerrit-Reviewer: Daniel Kurka <kurka.dan...@gmail.com>
Gerrit-Reviewer: Goktug Gokdogan <gok...@google.com>
Gerrit-Reviewer: Thomas Broyer <t.bro...@gmail.com>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to