<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git/exercises/20_threads/README.md, branch main</title>
<subtitle>Rustlings course
</subtitle>
<id>http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main</id>
<link rel='self' href='http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/'/>
<updated>2026-04-05T12:23:10Z</updated>
<entry>
<title>I dont know why this is not pushed</title>
<updated>2026-04-05T12:23:10Z</updated>
<author>
<name>anand</name>
<email>anand.panchdhari@gmail.com</email>
</author>
<published>2026-04-05T12:23:10Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=e02ea7acdee0ae93a4a6e8426fdd83334a61ac11'/>
<id>urn:sha1:e02ea7acdee0ae93a4a6e8426fdd83334a61ac11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: add more info in threads</title>
<updated>2024-04-08T14:07:26Z</updated>
<author>
<name>YunShu</name>
<email>im@yunshu.site</email>
</author>
<published>2024-04-08T14:07:26Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=f7145343937acfd9039ee7f4f562731a44bdf33a'/>
<id>urn:sha1:f7145343937acfd9039ee7f4f562731a44bdf33a</id>
<content type='text'>
info.toml: 

```toml
[[exercises]]
name = "threads3"
path = "exercises/threads/threads3.rs"
mode = "test"
hint = """
An alternate way to handle concurrency between threads is to use
a mpsc (multiple producer, single consumer) channel to communicate.
With both a sending end and a receiving end, it's possible to
send values in one thread and receive them in another.
Multiple producers are possible by using clone() to create a duplicate
of the original sending end.
See https://doc.rust-lang.org/book/ch16-02-message-passing.html for more info.
"""
```

threads3'hint contains this link, so it should be placed in Further Information</content>
</entry>
<entry>
<title>Update Exercises Directory Names to Reflect Order</title>
<updated>2023-10-16T11:37:12Z</updated>
<author>
<name>Adam Brewer</name>
<email>adamhb321@gmail.com</email>
</author>
<published>2023-10-16T11:37:12Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=64d95837e9813541cf5b357de13865ce687ae98d'/>
<id>urn:sha1:64d95837e9813541cf5b357de13865ce687ae98d</id>
<content type='text'>
</content>
</entry>
</feed>
