Replies: 1 comment
|
It's the same as in dotnet/runtime#130464, so please follow along there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wonder if the runtime will use new thread when a request comes. if so I think there is no difference between
useornot useasync.if there is function :
then it will be:
if each request comes the runtime use new thread I think not use async is same to use.
All reactions