[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/ringphp/src/Future/ -> CompletedFutureValue.php (summary)

(no description)

File Size: 57 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CompletedFutureValue:: (5 methods):
  __construct()
  wait()
  cancel()
  promise()
  then()


Class: CompletedFutureValue  - X-Ref

Represents a future value that has been resolved or rejected.

__construct($result, \Exception $e = null)   X-Ref

param: mixed      $result Resolved result
param: \Exception $e      Error. Pass a GuzzleHttp\Ring\Exception\CancelledFutureAccessException

wait()   X-Ref
No description

cancel()   X-Ref
No description

promise()   X-Ref
No description

then(callable $onFulfilled = null,callable $onRejected = null,callable $onProgress = null)   X-Ref
No description



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1