| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Implements common future functionality built on top of promises.
| File Size: | 125 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| __construct(PromiseInterface $promise,callable $wait = null,callable $cancel = null) X-Ref |
param: PromiseInterface $promise Promise to shadow with the future. param: callable $wait Function that blocks until the deferred param: callable $cancel If possible and reasonable, provide a |
| wait() X-Ref |
| No description |
| promise() X-Ref |
| No description |
| then(callable $onFulfilled = null,callable $onRejected = null,callable $onProgress = null) X-Ref |
| No description |
| cancel() X-Ref |
| No description |
| addShadow() X-Ref |
| No description |
| invokeWait() X-Ref |
| No description |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |