On Sunday, 29 September 2019 at 20:57:09 UTC, Adam D. Ruppe wrote:
On Sunday, 29 September 2019 at 20:51:40 UTC, Murilo wrote:
Are you sure it is like this:

join waits for it to finish before returning. You need to stop before joining otherwise join may never return.

Alright, thanks. So let me see if I get this straight, .stop() will stop the thread and then .join() will return. But what exactly does .join() return?

Reply via email to