Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Method Thread.Thread()->kill()


Method kill

void kill()

Description

Interrupt the thread, and terminate it.

Note

Interrupts are asynchronous, and are currently not queued.