Struct priomutex::internals::WakeToken [] [src]

pub struct WakeToken(_);

A token for waking a thread

Methods

impl WakeToken
[src]

[src]

Prevent threads from sleeping on the corresponding SleepToken, waking a thread if currently doing so.

Trait Implementations

impl Debug for WakeToken
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WakeToken

impl Sync for WakeToken