How can blocking async calls cause a deadlock if async calls aren't necessarily executed on a different thread?

后端 未结 0 1487
后悔当初
后悔当初 2021-02-05 08:33

I recently read Stephen Cleary\'s post regarding possible deadlocks that occur when we call async code in synchronous methods here: https://blog.stephencleary.com/2012/07/dont-b

相关标签:
回答
  • 消灭零回复
提交回复
热议问题