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

Simplification of Interface #27

Open
Xenoprimate opened this issue Aug 4, 2019 · 1 comment
Open

Simplification of Interface #27

Xenoprimate opened this issue Aug 4, 2019 · 1 comment
Milestone

Comments

@Xenoprimate
Copy link
Contributor

Currently the library is probably a little over-ambitious and that leaves it scattered and hard to maintain in spare time.

It would be better to simplify slightly and focus on improvements to the core API before adding new features.

@Xenoprimate Xenoprimate added this to the Alpha2 milestone Aug 4, 2019
@Xenoprimate
Copy link
Contributor Author

Decided to remove some of the more esoteric methods (e.g. SpinWaitForExchange etc).

Reasoning is that this API is meant to be somewhat general purpose, and people writing spinwaits will likely want to write more bespoke code anyway (that being said, nothing precludes them writing such a construct using the GetUnsafe()/SetUnsafe() methods anyway).

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