pub fn pair() -> (Parker, Unparker)
Creates a parker and an associated unparker.
let (p, u) = parking::pair();