Skip to content

Commit 1cb785d

Browse files
committed
...
1 parent 1e63c06 commit 1cb785d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

misc/content/2022/12/async-in-rust/async-in-rust.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2022-12-04 10:38:16
3-
Modified: 2025-02-15 18:14:35
3+
Modified: 2025-11-11 18:42:02
44
Author: Benjamin Du
55
Slug: async-in-rust
66
Title: Async in Rust
@@ -19,6 +19,10 @@ Tags: Computer Science, programming, Rust, async
1919
to execute the code on a dedicated executor that handles blocking operations.
2020

2121

22+
## Issues in Async Rust
23+
24+
- [Rain: "Cancelling Async Rust" | RustConf 2025](https://www.youtube.com/watch?v=zrv5Cy1R7r4&list=PL2b0df3jKKiRFEuVNk76ufXagOgEJ9sBZ&index=32)
25+
2226
## Tutorials
2327

2428
[Basics of Rust Concurrency (Atomics and Locks Chapter 1)](https://www.youtube.com/watch?v=99Qzpv325yI)

0 commit comments

Comments
 (0)