Kraken\Runtime\Container\Manager\ThreadManagerNull::destroyThread PHP Method

destroyThread() public method

public destroyThread ( $alias, $flags = Runtime::DESTROY_FORCE_SOFT, $params = [] )
    public function destroyThread($alias, $flags = Runtime::DESTROY_FORCE_SOFT, $params = [])
    {
        return Promise::doResolve("Thread [{$alias}] was not needed to be destroyed, because it had not existed.");
    }