?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/guzzlehttp/ringphp/src/Future/



?? Go up: /home/webdevt/prestashop17/vendor/guzzlehttp/ringphp/src

?? Viewing: FutureValue.php

<?php
namespace GuzzleHttp\Ring\Future;

/**
 * Represents a future value that responds to wait() to retrieve the promised
 * value, but can also return promises that are delivered the value when it is
 * available.
 */
class FutureValue implements FutureInterface
{
    use BaseFutureTrait;
}


??

??