I read an article about async / await on Habré and came across the following line:
Despite the fact that in ASP.NET there is no dedicated UI thread, the code in the action-ah controllers cannot be executed by more than one workflow at a time.
Based on this line, I have questions:
- Why so limit the
action? - How is this implemented
внутрях?lockinActionInvoker'е?