Crate atomic_fn

Source
Expand description

A small, no_std crate that adds atomic function pointers. See AtomicFnPtr for examples.

Structs§

AtomicFnPtr
A function pointer type which can be safely shared between threads.

Traits§

FnPtr