Kraken\Runtime\Container\Manager\ThreadManagerRemote::flushThreads PHP Method

flushThreads() public method

public flushThreads ( $flags = Runtime::DESTROY_KEEP )
    public function flushThreads($flags = Runtime::DESTROY_KEEP)
    {
        return Promise::doReject(new RejectionException('Threads storage cannot be flushed.'));
    }