Primer commit del sistema separado falta mejorar mucho
This commit is contained in:
16
vendor/react/http/src/Io/ClientRequestState.php
vendored
Executable file
16
vendor/react/http/src/Io/ClientRequestState.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace React\Http\Io;
|
||||
|
||||
/** @internal */
|
||||
class ClientRequestState
|
||||
{
|
||||
/** @var int */
|
||||
public $numRequests = 0;
|
||||
|
||||
/** @var ?\React\Promise\PromiseInterface */
|
||||
public $pending = null;
|
||||
|
||||
/** @var ?\React\EventLoop\TimerInterface */
|
||||
public $timeout = null;
|
||||
}
|
||||
Reference in New Issue
Block a user