C#C
C#3y ago
ав

Is ASP.NET Core requests handling multi-threaded?

Do I understand correctly that requests may be processed in different threads? For example, if I have a singleton queue should I use a ConcurrentQueue<T> instead of Queue<T> for that?
Was this page helpful?