Pike v8.1 release 6

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.