Deprecate common/atomic

This commit is contained in:
世界
2025-08-25 19:49:12 +08:00
parent 51b085c94e
commit 2efdd4dd7c
15 changed files with 18 additions and 21 deletions

View File

@@ -7,11 +7,11 @@ import (
"runtime"
"strings"
"sync"
"sync/atomic"
"time"
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing/common/atomic"
"github.com/sagernet/sing/common/bufio"
E "github.com/sagernet/sing/common/exceptions"
N "github.com/sagernet/sing/common/network"