Kraken\Runtime\Container\Manager\ThreadManagerBase::__construct PHP Method

__construct() public method

public __construct ( Kraken\Runtime\RuntimeContainerInterface $runtime, Kraken\Channel\ChannelInterface $channel, string[] $context )
$runtime Kraken\Runtime\RuntimeContainerInterface
$channel Kraken\Channel\ChannelInterface
$context string[]
    public function __construct(RuntimeContainerInterface $runtime, ChannelInterface $channel, $context)
    {
        $this->runtime = $runtime;
        $this->channel = $channel;
        $this->context = $context;
        $this->threads = [];
    }