std::sync::WaitTimeoutResult
Struct std::sync::WaitTimeoutResult
pub struct WaitTimeoutResult(_);
A type indicating whether a timed wait on a condition variable returned due to a time out or not.
It is returned by the wait_timeout
method.
pub struct WaitTimeoutResult(_);
A type indicating whether a timed wait on a condition variable returned due to a time out or not.
It is returned by the wait_timeout
method.
impl WaitTimeoutResult
[src]
fn timed_out(&self) -> 登录查看完整内容