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

Ticketed lock implementation? #40

Closed
mathstuf opened this issue Sep 8, 2017 · 4 comments
Closed

Ticketed lock implementation? #40

mathstuf opened this issue Sep 8, 2017 · 4 comments

Comments

@mathstuf
Copy link

mathstuf commented Sep 8, 2017

It'd be nice to have a ticketed lock (similar to this crate) using parking lot. Or should ticketed_lock be rebased/forked to be on top of parking lot instead?

@Amanieu
Copy link
Owner

Amanieu commented Sep 8, 2017

You can build a custom lock implementation on top of parking_lot_core. It doesn't need to be part of the parking_lot crate.

@mathstuf
Copy link
Author

mathstuf commented Sep 8, 2017

Would it make sense? Or is it different enough to be better as a separate crate?

@Amanieu
Copy link
Owner

Amanieu commented Sep 8, 2017

I think that it would be better off as a separate crate.

@mathstuf
Copy link
Author

Thanks.

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

2 participants