Unreference a callback.
The event loop should exit the run method when only unreferenced callbacks are still being monitored. Callbacks are all referenced by default.
string $callbackId The callback identifier.:
string The callback identifier.
public static function unreference(string $callbackId) : string { return self::getDriver()->unreference($callbackId); }