Struct spin_sleep::SpinSleeper [] [src]

pub struct SpinSleeper { /* fields omitted */ }

Accuracy container for spin sleeping

Methods

impl SpinSleeper
[src]

Constructs new SpinSleeper with the input native sleep accuracy The lower the native_accuracy_ns the more we effectively trust the accuracy of the thread::sleep function

Returns configured native_accuracy_ns

Puts the current thread to sleep and then/or spins until the specified duration has elapsed.

Puts the current thread to sleep and then/or spins until the specified second duration has elapsed.

Puts the current thread to sleep and then/or spins until the specified nanosecond duration has elapsed.

Trait Implementations

impl Debug for SpinSleeper
[src]

Formats the value using the given formatter.

impl Clone for SpinSleeper
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SpinSleeper
[src]

impl PartialEq for SpinSleeper
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.