javalsai 4af59d5ae0 fixes: (read comment)
- `remove` lock better synchronization
- `remove` better drop impl
- `remove` fixed potential race condition / deadlock
- `append` forgor to modify first node's `prev`
- feat: add `pop` fn

note: for now test with `cargo test -- --nocapture`
2025-07-18 02:26:16 +02:00
2025-07-18 02:26:16 +02:00
2025-07-17 23:46:35 +02:00
2025-07-18 01:00:15 +02:00
2025-07-18 01:00:15 +02:00
2025-07-17 23:46:35 +02:00
Description
Rust concurrent linked list. Tuxcord internal experiments.
GPL-2.0 101 KiB
Languages
Rust 100%