Move to sync/atomic after go1.19 #313

Closed
opened 2023-05-04 06:49:14 +00:00 by fyrchik · 2 comments

After bumping Go 1.19 we can move from go.uber.org/atomic to sync/atomic.

After bumping Go 1.19 we can move from `go.uber.org/atomic` to `sync/atomic`.
fyrchik added the
go
label 2023-05-04 06:49:14 +00:00
Poster
Owner

atomic.Value can be replaced with atomic.Pointer[T] https://pkg.go.dev/sync/atomic#Pointer

`atomic.Value` can be replaced with `atomic.Pointer[T]` https://pkg.go.dev/sync/atomic#Pointer
fyrchik added this to the vNext milestone 2023-05-18 08:31:13 +00:00
fyrchik modified the milestone from vNext to v0.37.0 2023-05-31 10:59:29 +00:00
Poster
Owner

Closed via #381.

Closed via #381.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#313
There is no content yet.