Automattic\WooCommerce\Vendor\GraphQL\Executor\Promise\Adapter
SyncPromise::runQueue
Deprecated. It is no longer supported and may be removed in future releases. Use SyncPromiseQueue::run() instead.
TODO remove in next major version.
Method of the class: SyncPromise{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = SyncPromise::runQueue(): void;
Changelog
| Deprecated | Use SyncPromiseQueue::run() instead |
SyncPromise::runQueue() SyncPromise::runQueue code WC 10.9.1
public static function runQueue(): void
{
SyncPromiseQueue::run();
}