I love control flow

This commit is contained in:
iris committed 2025-11-20 22:48:08 -05:00
1 parent f6f9ebbe51
commit dff72d2c43
19 files changed
+126 -63

No files matched your search

+1
View File
@@ -3,6 +3,7 @@ use std::sync::{
atomic::{AtomicU32, Ordering},
};
#[derive(Debug)]
pub struct RefCounter(Arc<AtomicU32>);
impl RefCounter {