Files
wp-multisite-waas/dependencies/amphp/process/lib/Internal/Windows/PendingSocketClient.php
2024-11-30 18:24:12 -07:00

19 lines
349 B
PHP

<?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;
}