Module x11rb::xcb_ffi::atomic_u64

source ·
Expand description

Either AtomicU64 or emulating AtomicU64 through a Mutex.

Structs§

  • AtomicU64 🔒
    An integer type which can be safely shared between threads.