zoukankan      html  css  js  c++  java
  • C#

    Blocks the calling thread until a thread terminates, while continuing to perform standard COM and SendMessage pumping.

    Join is a synchronization method that blocks the calling thread (that is, the thread that calls the method) until the thread whose Join method is called has completed. Use this method to ensure that a thread has been terminated. The caller will block indefinitely if the thread does not terminate.

    If the thread has already terminated when Join is called, the method returns immediately.

    
  • 相关阅读:
    Codeforces 798C
    Codeforces 798B
    Codeforces 798A
    HDU
    HDU
    HDU
    加速cin的技巧
    Codeforces Gym
    Codeforces Gym
    Solutions to an Equation LightOJ
  • 原文地址:https://www.cnblogs.com/blfbuaa/p/6924871.html
Copyright © 2011-2022 走看看