mirror of
https://github.com/Noratrieb/nuclear.git
synced 2026-01-16 00:35:02 +01:00
queueing
This commit is contained in:
parent
2a458890bc
commit
7d45668246
4 changed files with 94 additions and 22 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use std::ptr;
|
||||
use std::sync::atomic::AtomicPtr;
|
||||
use std::{ptr, sync::atomic::AtomicPtr};
|
||||
|
||||
pub struct LinkedList<T> {
|
||||
head: AtomicPtr<Node<T>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue