Files
atomic/unsafe_pointer_test.go
tison 05e06dc209 Add uintptr, unsafe.Pointer atomics (#90)
Add support for atomic `uintptr` and `unsafe.Pointer` types.

For `unsafe.Pointer`, name the atomic variant `atomic.UnsafePointer` to
maintain the "unsafe" portion of the name in usage.

Resolves #88
2021-06-08 17:44:58 -07:00

2.6 KiB