Skip to content

Documentation for high precision timers with millisecond accuracy or below - #157

Merged
jsor merged 2 commits into
reactphp:masterfrom
clue-labs:accuracy
Mar 26, 2018
Merged

Documentation for high precision timers with millisecond accuracy or below#157
jsor merged 2 commits into
reactphp:masterfrom
clue-labs:accuracy

Conversation

@clue

@clueclue commented Mar 25, 2018

Copy link
Copy Markdown
Member

Builds on top of #130

@clueclue added this to the v0.5.0 milestone Mar 25, 2018
Comment threadREADME.md Outdated
Comment threadsrc/LoopInterface.php
* that are subject to discontinuous time adjustments (time jumps).
* This means that if you schedule a timer to trigger in 30s and then adjust
* your system time forward by 20s, the timer SHOULD still trigger in 30s.
* See also [event loop implementations](#loop-implementations) for more details.

@jsorjsorMar 26, 2018

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reference can probably omitted here in the docblock or link to README.md#loop-implementations

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. This only consistently applies the same changes from #130 to this method. Does it make sense for you to keep this as-is for now and look into all these references in a follow-up PR? 👍

@jsor
jsor merged commit 1e7d9a6 into reactphp:masterMar 26, 2018
@clue
clue deleted the accuracy branch July 8, 2022 12:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@jsor@WyriHaximus