DEV Community

ChelseaLiu0822
ChelseaLiu0822

Posted on

join method

Wait for the thread to finish running before executing other threads
Applied to thread synchronization.

Image description

join (long time) has a time limit to wait. If the time is up and the execution is not completed, it will end directly.
After the previous execution is completed, wait in advance.

Top comments (0)