Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Method Thread.Thread()->kill()


Method kill

void kill()

Description

Interrupt the thread, and terminate it.

Note

Interrupts are asynchronous, and are currently not queued.