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

Get list of existing thread containers.
public getThreads ( ) : Kraken\Promise\PromiseInterface
Результат Kraken\Promise\PromiseInterface
Пример #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getThreads()
 {
     return $this->threadManager->getThreads();
 }