Method |
Description |
|
getApplier ( mixed $yielded, array $yieldables, callable $next = null ) : mixed |
Return function that apply changes in yieldables. |
|
getYieldables ( mixed $value, array $keylist = [], array &$runners = [] ) : array |
Recursively search yieldable values. |
|
normalize ( mixed $value, mixed $yield_key = null ) : mixed |
Recursively normalize value. |
|
safePromise ( React\Promise\PromiseInterface $promise ) : React\Promise\PromiseInterface |
Return Promise that absorbs rejects, excluding fatal Throwable. |
|