We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251c0f4 commit a7335b1Copy full SHA for a7335b1
src/shims/unix/linux/eventfd.rs
@@ -10,7 +10,7 @@ use crate::{concurrency::VClock, *};
10
11
use self::shims::unix::fd::FileDescriptor;
12
13
-// Size of u8 array to hold u64.
+// We'll only do reads and writes in chunks of size u64.
14
const U64_ARRAY_SIZE: usize = mem::size_of::<u64>();
15
16
/// Maximum value that the eventfd counter can hold.
0 commit comments