Searched defs:Timer (Results 1 – 1 of 1) sorted by relevance
62 pub struct Timer(SpinLock<InnerTimer>); struct64 impl Timer { implementation