I work on web api with asp.net core 3.1 I use singelton pattern on my web app
so my question is
on singlton pattern objects are the same for every object and every request so
How to handle multithread on singleton pattern ?