-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Deque shouldn't require copyable types #3748
Comments
Dvec and Deque should merge, call it Queue, implement as unsafe if necessary (moving gap through array, should be easy enough to isolate in a couple helpers). |
I believe Perhaps the |
I haven't really explained how the |
readdir_r shim: assume FreeBSD v12+ Blocked on rust-lang/libc#3723 being released and propagating to std.
I want to enqueue non-copyable things!
The text was updated successfully, but these errors were encountered: