Extracted from Pike v7.8 release 866 at 2015-10-24.
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.