Closed xacrimon closed 2 years ago
This PR switches out the sketchy spinlock for a better lock implementation.
Fixes #213 Fixes #206
This PR adds the src/table.rs file but it does not seem to be included in src/lib.rs. Is this intentional?
src/table.rs
src/lib.rs
@VictorKoenders Ah dang, it's a leftover I somehow missed, I'll be ripping it out shortly.
This PR switches out the sketchy spinlock for a better lock implementation.
Fixes #213 Fixes #206