A from-scratch implementation of a spinlock in Rust
using atomics and UnsafeCell. The goal is to understand how a mutex works at
the lowest level — without relying on the OS scheduler.
Source Code:
A from-scratch implementation of a spinlock in Rust
using atomics and UnsafeCell. The goal is to understand how a mutex works at
the lowest level — without relying on the OS scheduler.
Source Code:
0 items under this folder.