Skip to content

Updated ManualDispatchQueue to run items scheduled during a tick - #62

Merged
dsrees merged 3 commits into
masterfrom
dr/improve-manual-dispatch-queue
Jun 20, 2019
Merged

Updated ManualDispatchQueue to run items scheduled during a tick#62
dsrees merged 3 commits into
masterfrom
dr/improve-manual-dispatch-queue

Conversation

@dsrees

Copy link
Copy Markdown
Owner
  • Updated the ManualDispatchQueue to account for tasks that are scheduled within the tick time.
  • Added tests for the ManualDispatchQueue to make sure if behaves as expected
  • Updated channel tests that assumed the fake clock did not trigger work that was scheduled in the past
  • Moved files around to be clean

@dsrees
dsreesforce-pushed the dr/improve-manual-dispatch-queue branch from f8b85ee to 9e71312CompareJune 20, 2019 13:50
@codecov-io

codecov-io commented Jun 20, 2019

Copy link
Copy Markdown

Codecov Report

Merging #62 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #62 +/- ##
=========================================
Coverage 91.23% 91.23% Complexity 179 179 =========================================
Files 9 9 Lines 525 525 Branches 69 69 =========================================
Hits 479 479 Misses 14 14 Partials 32 32

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84bdcd3...9e71312. Read the comment docs.

@dsrees
dsrees merged commit 93064af into masterJun 20, 2019
@dsrees
dsrees deleted the dr/improve-manual-dispatch-queue branch June 20, 2019 13:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dsrees@codecov-io