1
0
mirror of https://github.com/danog/process.git synced 2024-12-13 01:27:26 +01:00
process/lib/Internal/Windows/PendingSocketClient.php

13 lines
213 B
PHP
Raw Normal View History

<?php
namespace Amp\Process\Internal\Windows;
final class PendingSocketClient
{
public $readWatcher;
public $timeoutWatcher;
public $recievedDataBuffer = '';
public $pid;
public $streamId;
}