Extracted from Pike v8.0 release 164 as of 2016-02-09.
   

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.