Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventLoopScheduler: set _nextItem to null on Tick #421

Merged
merged 1 commit into from May 26, 2018
Merged

EventLoopScheduler: set _nextItem to null on Tick #421

merged 1 commit into from May 26, 2018

Commits on Aug 29, 2017

  1. EventLoopScheduler: set _nextItem to null on Tick

    If _queue is empty after the item is removed from it, then _nextItem is never overriden and therefore keeps a reference to item.
    Until another action is scheduled with a future due time, the item and all its associated state is kept in memory.
    (cherry picked from commit 2679e8e)
    TobBrandt-Work committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    80435e1 View commit details
    Browse the repository at this point in the history