Extracted from Pike v7.8 release 866 at 2014-08-06.
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.