#spin-lock #once #barrier #rwlock #mutex #synchronization-primitive

yanked once_spin

Synchronization primitives based on spinning. They may contain data, are usable without std, and static initializers are available

0.1.3 Jul 2, 2020
0.1.2 Jul 2, 2020
0.1.1 Jul 2, 2020
0.1.0 Jul 2, 2020

#11 in #barrier

MIT license

37KB
525 lines

spinlock for #[no_std].


lib.rs:

Synchronization primitives based on spinning

No runtime deps