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

Implement an adptive wait #7

Open
gabrieleiannetti opened this issue Dec 22, 2020 · 0 comments
Open

Implement an adptive wait #7

gabrieleiannetti opened this issue Dec 22, 2020 · 0 comments

Comments

@gabrieleiannetti
Copy link
Contributor

An adaptive sleep could improve CPU time utilization instead of just polling with the same interval.
If an event is more active, it should get less wait time and vice versa.

It should provide the following settings:

  • min_wait_time
  • max_wait_time
  • increment function e.g. linear, square, exponential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant