Extracted from Pike v7.8 release 352 at 2011-11-26.
pike.ida.liu.se
[Top]
Thread
Thread.Thread

Method Thread.Thread()->kill()


Method kill

void kill()

Description

Interrupt the thread, and terminate it.

Note

Interrupts are asynchronous, and are currently not queued.