File "FutureValue.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/guzzlehttp/ringphp/src/Future/FutureValue.php
File size: 294 B (294 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

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