mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-20 14:31:15 +02:00
Update broken "channels" link (#2146)
Stumbled upon another broken link. Courtesy fix 🫡
This commit is contained in:
parent
a89a4d70ca
commit
32b5a19684
@ -39,7 +39,7 @@ async fn main() {
|
|||||||
- Change the channel size to `3` and see how it affects the execution.
|
- Change the channel size to `3` and see how it affects the execution.
|
||||||
|
|
||||||
- Overall, the interface is similar to the `sync` channels as seen in the
|
- Overall, the interface is similar to the `sync` channels as seen in the
|
||||||
[morning class](concurrency/channels.md).
|
[morning class](../channels.md).
|
||||||
|
|
||||||
- Try removing the `std::mem::drop` call. What happens? Why?
|
- Try removing the `std::mem::drop` call. What happens? Why?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user