for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Async sockets
*
* @copyright Copyright (c) 2015-2016, Efimov Evgenij <[email protected]>
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace AsyncSockets\RequestExecutor;
use AsyncSockets\Socket\SocketInterface;
* Class NoLimitationSolver
class NoLimitationSolver implements LimitationSolverInterface
{
/** {@inheritdoc} */
public function initialize(RequestExecutorInterface $executor)
// empty body
}
public function finalize(RequestExecutorInterface $executor)
public function decide(RequestExecutorInterface $executor, SocketInterface $socket, $totalSockets)
return self::DECISION_OK;