mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 17:46:32 -04:00
network: fix typo in shutdown comment (Idempotent)
This commit is contained in:
@@ -787,7 +787,7 @@ pub fn run(self: *Network) void {
|
||||
|
||||
if (self.shutdown.load(.acquire)) {
|
||||
// Drain any live CDP links so their workers can exit (issue #2510).
|
||||
// Idempo tent — no-op once drained, safe to call every iteration
|
||||
// Idempotent — no-op once drained, safe to call every iteration
|
||||
self.shutdownCdpLinks();
|
||||
|
||||
if (running_handles == 0) {
|
||||
|
||||
Reference in New Issue
Block a user