Icicle\Concurrent\Worker\Internal\TaskRunner::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Icicle\Concurrent\Sync\Channel $channel, Icicle\Concurrent\Worker\Environment $environment )
$channel Icicle\Concurrent\Sync\Channel
$environment Icicle\Concurrent\Worker\Environment
    public function __construct(Channel $channel, Environment $environment)
    {
        $this->channel = $channel;
        $this->environment = $environment;
    }