first commit
This commit is contained in:
12
vendor/guzzlehttp/ringphp/src/Future/FutureValue.php
vendored
Normal file
12
vendor/guzzlehttp/ringphp/src/Future/FutureValue.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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;
|
||||
}
|
||||
Reference in New Issue
Block a user