Expand description
A small, no_std crate that adds atomic function pointers.
See AtomicFnPtr
for examples.
Structs§
- Atomic
FnPtr - A function pointer type which can be safely shared between threads.
A small, no_std crate that adds atomic function pointers.
See AtomicFnPtr
for examples.