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

Rewriting this with volatile crate? #165

Open
paulsohn opened this issue Dec 3, 2023 · 0 comments
Open

Rewriting this with volatile crate? #165

paulsohn opened this issue Dec 3, 2023 · 0 comments

Comments

@paulsohn
Copy link
Contributor

paulsohn commented Dec 3, 2023

Although I'm adding features of accessor crate now,
I noticed that my concept is similar to that of existing volatile crate.

e.g. introducing new bound accessor types over unbounded accessors are somewhat tiresome,
so we make a generic lifetime parameter on accessor types (and set default lifetime to 'static) etc..

The thing that lacks in volatile ptr is that there are no mappers, however.

(I should go to work shortly so I will add details more tomorrow)

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