mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
Fix tokio-timer on 32bit systems (#274)
This commit is contained in:
committed by
Carl Lerche
parent
8895a7d3ab
commit
3f2710397d
@@ -44,7 +44,8 @@ mod imp {
|
||||
#[cfg(not(target_pointer_width = "64"))]
|
||||
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