Trait linux_futex::Timeout

source ·
pub unsafe trait Timeout { }
Expand description

A point in time on either the monotonic clock (Instant) or real time clock (SystemTime).

Implementations on Foreign Types§

source§

impl Timeout for Instant

source§

impl Timeout for SystemTime

Implementors§