New blog post! Beyond Ctrl-C: The dark corners of Unix signal handling.
The post is an introduction to signals and how to manage them effectively with async Rust. It's a written version of my talk at RustConf 2023, heavily edited for presentation as a blog post.
Hope you enjoy reading it as much as I enjoyed writing it!
Here's the talk, in case you missed it:
https://www.youtube.com/watch?v=zhbkp_Fzqoo
@rain
Thanks for sharing! Very interesting read
@rain
in some ways i wish rust (and javascript before it) had settled on "cooperative multi-tasking" as the name to call it
"async" is not a good intuition because so many things can be asynchronous idk. "multi-tasking" even has a nice
task {}
abbreviation you can use for the blocks that i think semantically describes what the closure is doing better@rain