December 5, 2019
Rust and Blocking and Async Code!
Stjepan Glavina's article Blocking inside async code is INTERESTING to me.
It is about blocking in Rust async code and how blocking can hurt concurrency, and the risk of deadlock, and YET OTHER matters!
I have learned that blocking and async code can be COMPLEX subjects requiring much CARE and THOUGHT!
I must STUDY this matter in more detail!