Pike v8.0 release 370

Method Thread.Thread()->kill()


Method kill

void kill()

Description

Interrupt the thread, and terminate it.

Note

Interrupts are asynchronous, and are currently not queued.