[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 namespace GuzzleHttp\Ring\Future; 3 4 /** 5 * Represents a future value that responds to wait() to retrieve the promised 6 * value, but can also return promises that are delivered the value when it is 7 * available. 8 */ 9 class FutureValue implements FutureInterface 10 { 11 use BaseFutureTrait; 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |