How to kill a thread

suggest change

You call use Thread.kill or Thread.terminate:

thr = Thread.new { ... }
Thread.kill(thr)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents