Skip to content

Conversation

@klauspost
Copy link
Collaborator

@klauspost klauspost commented Aug 27, 2025

Handle atomic.Int64, atomic.Uint64, atomic.Int32, atomic.Uint32, atomic.Bool types.

Will use Load/Store for values. Values are serialized as their natural types.

Fixes #400

Handle "atomic.Int64", "atomic.Uint64", "atomic.Int32", "atomic.Uint32", "atomic.Bool" types.

Will use Load/Store for values. Values are serialized as their natural types.
@klauspost klauspost merged commit 2f1ed81 into tinylib:master Aug 28, 2025
4 checks passed
@klauspost klauspost deleted the atomics branch August 28, 2025 07:26
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.

Feat: Support numeric atomic.X types

2 participants