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

Add Duration To Tick Method Of PendulumTicker #2

Open
GGist opened this issue Nov 10, 2017 · 1 comment
Open

Add Duration To Tick Method Of PendulumTicker #2

GGist opened this issue Nov 10, 2017 · 1 comment

Comments

@GGist
Copy link
Owner

GGist commented Nov 10, 2017

Would allow our futures based runtime to utilize this, and any clients that dont want to call tick at exactly the tick duration, can just pass the duration since they last called tick, so that real ticks are managed internally.

Any clients that want to send a real tick can just call it with the tick duration.

@GGist
Copy link
Owner Author

GGist commented Nov 11, 2017

Might not want to do this due to supporting situations such as #3 without some way to also query this leftover duration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant