Kraken\Runtime\Container\ThreadManagerInterface::getThreads PHP Метод

getThreads() публичный Метод

Get list of existing thread containers.
public getThreads ( ) : Kraken\Promise\PromiseInterface
Результат Kraken\Promise\PromiseInterface
    public function getThreads();

Usage Example

Пример #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getThreads()
 {
     return $this->threadManager->getThreads();
 }