8000 Tags · seanpm2001/Coder_Quartz · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: seanpm2001/Coder_Quartz

Tags

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix a bug where AdvanceNext unlocks twice (coder#10)

Co-authored-by: edwingeng <edwingeng@outlook.com>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix swallowing ticks on TickerFunc (coder#8)

Turns out coder#7 is bugged.  When we refused to call the TickerFunc callback, we didn't advance the next event time, so the Mock kept re-scheduling `fire()` and we could never finish processing on the tick time.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix mock TickerFunc to act like real (coder#7)

fixes coder#5
fixes coder#6

Fixes the mock TickerFunc to behave like the real one in that it won't run more than one callback at a time and will wait until the callback completes to return from a `Wait()` call.

v0.1.0

Toggle v0.1.0's commit message
chore: add CCO license

Signed-off-by: Spike Curtis <spike@coder.com>
0