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

Question: LruCache Send + Sync support #5

Closed
stepankuzmin opened this issue Jan 22, 2018 · 1 comment
Closed

Question: LruCache Send + Sync support #5

stepankuzmin opened this issue Jan 22, 2018 · 1 comment

Comments

@stepankuzmin
Copy link

I'm trying to implement LRU cache in Iron with persistent. It seems that LruCache type doesn't implement Send and Sync traits. Is there any way to implement this?

@jeromefroe
Copy link
Owner

Thanks for the interest! I just landed #6 to address this issue and released version 0.1.7.

jeromefroe pushed a commit that referenced this issue Dec 19, 2022
Change `*mut LruEntry<K,V>` to `NonNull<LruEntry<K,V>>`
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