1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-21 00:09:40 +02:00
Files
comprehensive-rust/src/async/pitfalls
Mauve 6bf60dadc8 Add information about async cancellation (#716)
* Mention cancellation via select!

* Add a section on async cancellation

* Update cancellation slide, rework example

* Rework select! note about cancellation

* Collapse cancellation comparision to panic and ?

* Don't keep null bytes from incomplete reads
2023-06-09 11:59:12 +02:00
..