mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
Fix atomic types
This commit is contained in:
parent
5fae6fa434
commit
72471d9b35
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@ type (
|
|||
Uintptr = atomic.Uintptr
|
||||
Value = atomic.Value
|
||||
)
|
||||
|
||||
type Pointer[T any] struct {
|
||||
atomic.Pointer[T]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue