-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Smart Pointer Exercises #403
Comments
Agreed -- it would be nice to cover |
I just wrote an exercise for Let me know what you think 😁 |
Closing for now, feel free to let me know if you're interested in more smart pointer-related exercises. |
@diannasoreil I would love it! I also created an issue asking for more smart pointers exercises #1020 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an exercise to use
Arc<T>
with threads. But I haven't found any exercises to practice in usingRc<T>
,RefCell<T>
,Weak<T>
etc separately or together.The text was updated successfully, but these errors were encountered: