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

Improve the default lock implementation #12

Open
gparmer opened this issue Aug 18, 2020 · 0 comments
Open

Improve the default lock implementation #12

gparmer opened this issue Aug 18, 2020 · 0 comments
Assignees

Comments

@gparmer
Copy link
Collaborator

gparmer commented Aug 18, 2020

The current implementation is as simple as it can be. But because of this, it is #prettybad.

Should use some combination of:

  1. scalable lock implementation,
  2. FIFO ordering, and
  3. cancellable with configuration for when to cancel so that intelligent policies for preemption can be reasonably implemented.
@gparmer gparmer self-assigned this Aug 18, 2020
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