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

Remove any unbounded waits #122

Open
ALSchwalm opened this issue Jan 22, 2021 · 0 comments
Open

Remove any unbounded waits #122

ALSchwalm opened this issue Jan 22, 2021 · 0 comments

Comments

@ALSchwalm
Copy link
Collaborator

This a necessary step for decent real-time performance. I don't believe we have any issues here aside from allocation, which we're moving toward removing, and RwLock. We will need to move to a lock implementation that is completely fair. This can be done as part of #38. This issue is really just a top level tracker for any other cases of unbounded delay.

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