mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
committed by
Toby Lawrence
parent
7dc6404726
commit
82c5baa09b
@@ -45,7 +45,7 @@ mod imp {
|
||||
mod imp {
|
||||
use std::sync::Mutex;
|
||||
use std::sync::atomic::Ordering;
|
||||
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct AtomicU64 {
|
||||
inner: Mutex<u64>,
|
||||
|
||||
Reference in New Issue
Block a user