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 Full source:
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 Full source:
0 items under this folder.