Does a thread close automatically?

前端 未结 7 1287
萌比男神i
萌比男神i 2021-01-01 10:49

Im using a gmail class so that my app can send me notification over gmail.

Its done like this:

public static void SendMessage(string message)
{
    N         


        
7条回答
  •  猫巷女王i
    2021-01-01 11:17

    No need, it will return back to the thread pool and wait for other task, if none it will kill itself.

提交回复
热议问题