Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Method Thread.Thread()->kill()


Method kill

void kill()

Description

Interrupt the thread, and terminate it.

Note

Interrupts are asynchronous, and are currently not queued.