atomiclock_spinlock 0.1.0

A simple spinlock
Documentation

atomiclock_spinlock

A simple spinlock.

logo

This is a simple spinlock. It is not a fair lock, and it does not provide any way to sleep the current thread if the lock is not available.