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

Smart Pointer Exercises #403

Closed
vikulikov opened this issue May 17, 2020 · 4 comments
Closed

Smart Pointer Exercises #403

vikulikov opened this issue May 17, 2020 · 4 comments

Comments

@vikulikov
Copy link

There is an exercise to use Arc<T> with threads. But I haven't found any exercises to practice in using Rc<T>, RefCell<T>, Weak<T> etc separately or together.

@danwilhelm
Copy link
Contributor

danwilhelm commented May 20, 2020

Agreed -- it would be nice to cover Box and Rc before the threadsafe Arc. See also #250

@AlexandruGG
Copy link
Contributor

I just wrote an exercise for Box here: #409.

Let me know what you think 😁

@shadows-withal
Copy link
Member

Closing for now, feel free to let me know if you're interested in more smart pointer-related exercises.

@Pacheco95
Copy link

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants