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

destroyThreads() public method

public destroyThreads ( $aliases, $flags = Runtime::DESTROY_FORCE_SOFT, $params = [] )
    public function destroyThreads($aliases, $flags = Runtime::DESTROY_FORCE_SOFT, $params = [])
    {
        return Promise::doResolve("Threads have been destroyed.");
    }