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

Threads uses Arc before it is learned #205

Closed
andymule opened this issue Aug 2, 2019 · 0 comments
Closed

Threads uses Arc before it is learned #205

andymule opened this issue Aug 2, 2019 · 0 comments
Labels
A-exercises Area: Exercises P-medium Priority: Medium

Comments

@andymule
Copy link

andymule commented Aug 2, 2019

arc1.rs does a great job of introducing Arc. Unfortunately, I spent a lot of personal time trying to explore these concepts in a less concise manner because threads1.rs uses them.

Consider re-ordering the tests so that threads1.rs comes after arc1.rs (and probably the rest of standard_library_types as well)

@komaeda komaeda added A-exercises Area: Exercises P-medium Priority: Medium labels Aug 2, 2019
pedantic79 pushed a commit to pedantic79/rustlings that referenced this issue Apr 11, 2020
ppp3 pushed a commit to ppp3/rustlings that referenced this issue May 23, 2022
dmoore04 pushed a commit to dmoore04/rustlings that referenced this issue Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-exercises Area: Exercises P-medium Priority: Medium
Projects
None yet
Development

No branches or pull requests

2 participants