Module os

Module os 

Source

Structs§

AlwaysTimeout
AlwaysTimeoutInstance
Arc
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
Box
A pointer type that uniquely owns a heap allocation of type T.
RetryTimes
RetryTimesInstance
Vec
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Traits§

Timeout
TimeoutInstance

Functions§

yield_cpu