Extracted from Pike v7.8 release 866 at 2014-08-03.
pike.ida.liu.se
[Top]
Thread
Thread.Thread

Method Thread.Thread()->interrupt()


Method interrupt

void interrupt()
void interrupt(string msg)

Description

Interrupt the thread with the message msg .

FIXME

The argument msg is currently ignored.

Note

Interrupts are asynchronous, and are currently not queued.