public function NotPromiseInstance::cancel in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/promises/tests/NotPromiseInstance.php \GuzzleHttp\Promise\Tests\NotPromiseInstance::cancel()
Cancels the promise if possible.
@link https://github.com/promises-aplus/cancellation-spec/issues/7
Overrides PromiseInterface::cancel
File
- vendor/
guzzlehttp/ promises/ tests/ NotPromiseInstance.php, line 41
Class
Namespace
GuzzleHttp\Promise\TestsCode
public function cancel() {
}