Icicle\Concurrent\Threading\Internal\Thread::kill PHP Method

kill() public method

Sets a local variable to true so the running event loop can check for a kill signal.
public kill ( )
    public function kill()
    {
        return $this->killed = true;
    }