Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use atomic pointer in go 1.19 #446

Merged
merged 26 commits into from Aug 9, 2022
Merged

Use atomic pointer in go 1.19 #446

merged 26 commits into from Aug 9, 2022

Conversation

JekaMas
Copy link
Contributor

@JekaMas JekaMas commented Jul 8, 2022

as a developer I'd like to have as simple as possible primitive for concurrency. atomic.Pointer[T] seems much better then mutex dance.

@github-actions
Copy link

This PR is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jul 30, 2022
@temaniarpit27
Copy link
Contributor

@JekaMas ci fixes and conflicts are left

@JekaMas JekaMas removed the Stale label Aug 3, 2022
@JekaMas
Copy link
Contributor Author

JekaMas commented Aug 3, 2022

blocked by golangci/golangci-lint#3037

Copy link
Member

@pratikspatil024 pratikspatil024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@JekaMas JekaMas merged commit e699254 into develop Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants