I love control flow
This commit is contained in:
1 parent
f6f9ebbe51
commit
dff72d2c43
19 files changed
+126
-63
No files matched your search
@@ -3,6 +3,7 @@ use std::sync::{
|
||||
atomic::{AtomicU32, Ordering},
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct RefCounter(Arc<AtomicU32>);
|
||||
|
||||
impl RefCounter {
|
||||
|
||||
Reference in new issue
Block a user