Searched defs:HrTimer (Results 1 – 1 of 1) sorted by relevance
87 pub struct HrTimer<T> { struct93 // SAFETY: Ownership of an `HrTimer` can be moved to other threads and argument95 unsafe impl<T> Send for HrTimer<T> {} implementation99 unsafe impl<T> Sync for HrTimer<T> {} implementation101 impl<T> HrTimer<T> { impl