lolly/internal
xfy c2dd4fa9a3 fix(resolver): prevent double-close panic in DNSResolver.Stop()
Use atomic Swap instead of Load+close+Store to eliminate the race
window where concurrent Stop() calls could both pass the check.
2026-06-03 01:07:54 +08:00
..
2026-04-30 13:42:53 +08:00
2026-04-30 13:42:53 +08:00