[−][src]Trait linux_futex::AsFutex
Use any AtomicI32 as Futex or PiFutex.
This also allows you to convert between a Futex and a PiFutex or
between Private and Shared futexes if you ever need that, as they
expose their internal AtomicI32 through .value.