Struct solana_runtime::waitable_condvar::WaitableCondvar
source · Fields§
§mutex: Mutex<u8>
§event: Condvar
Implementations§
source§impl WaitableCondvar
impl WaitableCondvar
pub fn notify_all(&self)
pub fn notify_one(&self)
pub fn wait_timeout(&self, timeout: Duration) -> bool
Trait Implementations§
source§impl Debug for WaitableCondvar
impl Debug for WaitableCondvar
source§impl Default for WaitableCondvar
impl Default for WaitableCondvar
source§fn default() -> WaitableCondvar
fn default() -> WaitableCondvar
Returns the “default value” for a type. Read more