[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/guzzlehttp/promises/ -> README.md (summary)

(no description)

File Size: 546 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 vendor/autoload.php

Defines 2 functions

  provided()
  API()

Functions
Functions that are not part of a class:

provided(of the promise is called.```php$promise = new Promise(function ()   X-Ref
No description

API(for your convenience:| Original Function | Replacement Method ||----------------|----------------|| `queue` | `Utils::queue` || `task` | `Utils::task` || `promise_for` | `Create::promiseFor` || `rejection_for` | `Create::rejectionFor` || `exception_for` | `Create::exceptionFor` || `iter_for` | `Create::iterFor` || `inspect` | `Utils::inspect` || `inspect_all` | `Utils::inspectAll` || `unwrap` | `Utils::unwrap` || `all` | `Utils::all` || `some` | `Utils::some` || `any` | `Utils::any` || `settle` | `Utils::settle` || `each` | `Each::of` || `each_limit` | `Each::ofLimit` || `each_limit_all` | `Each::ofLimitAll` || `!is_fulfilled` | `Is::pending` || `is_fulfilled` | `Is::fulfilled` || `is_rejected` | `Is::rejected` || `is_settled` | `Is::settled` || `coroutine` | `Coroutine::of` |If you discover a security vulnerability within this package, please send an email to security@tidelift.com. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see [Security Policy](https:)   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1