Initial Commit
This commit is contained in:
18
dependencies/amphp/process/lib/Internal/Windows/PendingSocketClient.php
vendored
Normal file
18
dependencies/amphp/process/lib/Internal/Windows/PendingSocketClient.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Amp\Process\Internal\Windows;
|
||||
|
||||
use WP_Ultimo\Dependencies\Amp\Struct;
|
||||
/**
|
||||
* @internal
|
||||
* @codeCoverageIgnore Windows only.
|
||||
*/
|
||||
final class PendingSocketClient
|
||||
{
|
||||
use Struct;
|
||||
public $readWatcher;
|
||||
public $timeoutWatcher;
|
||||
public $receivedDataBuffer = '';
|
||||
public $pid;
|
||||
public $streamId;
|
||||
}
|
Reference in New Issue
Block a user