function TracingDriver::getCancelTrace
2 calls to TracingDriver::getCancelTrace()
- TracingDriver::enable in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ TracingDriver.php - Enable a callback to be active starting in the next tick.
- TracingDriver::reference in vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ TracingDriver.php - Reference a callback.
File
-
vendor/
revolt/ event-loop/ src/ EventLoop/ Driver/ TracingDriver.php, line 244
Class
Namespace
Revolt\EventLoop\DriverCode
private function getCancelTrace(string $callbackId) : string {
return $this->cancelTraces[$callbackId] ?? 'No cancellation trace, yet.';
}