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

Use const generics for arrays. #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

derekdreery
Copy link

@derekdreery derekdreery commented May 16, 2021

Future = now :)

Note that this is a breaking change.

@Matthias247
Copy link
Owner

Sorry for no response on this for a long time. Yes - I think this should happen. But it should probably take a new major version to release this, and I'm currently not sure when the next one would be due to a rather low amount of interest.

For the next major version, I would also like to get rid of things like GenericMutex/LocalMutex etc and rather use default type arguments to get something like Mutex<T, InnerMutex=StdMutex> so that most people can use this without weird names and type aliases. This will require quite a bit more work, and I'm currently not getting to that.

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

Successfully merging this pull request may close these issues.

None yet

2 participants