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

retain methods #12

Open
mersinvald opened this issue May 10, 2018 · 1 comment
Open

retain methods #12

mersinvald opened this issue May 10, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mersinvald
Copy link
Owner

Implementation of retain is blocked by #10 because of type difference

@mersinvald mersinvald added this to the Version 0.2.0 milestone May 10, 2018
@mersinvald
Copy link
Owner Author

Retain seems to also be clocked by FnMut closure non-copy nature. Taking it by value is impossible as buckets also do take it by value, hence it is moved out at the first iteration over buckets.

Postponing this feature until I figure out how to implement retain either without moving closure or with making a copy of it.

@mersinvald mersinvald removed this from the Version 0.2.0 milestone May 10, 2018
@mersinvald mersinvald added enhancement New feature or request help wanted Extra attention is needed labels May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant