You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 22:27:34 +02:00
Fix broken link in Pitfalls of async
/await
(#811)
Fix broken link in Async Pitfalls
This commit is contained in:
@ -4,5 +4,5 @@ Async / await provides convenient and efficient abstraction for concurrent async
|
||||
|
||||
- [Blocking the Executor](pitfalls/blocking-executor.md)
|
||||
- [Pin](pitfalls/pin.md)
|
||||
- [Async Traits](pitfall/async-traits.md)
|
||||
- [Async Traits](pitfalls/async-traits.md)
|
||||
- [Cancellation](pitfalls/cancellation.md)
|
||||
|
Reference in New Issue
Block a user