Struct pleco_engine::sync::LockLatch [] [src]

pub struct LockLatch { /* fields omitted */ }

A LockLatch starts as false and eventually becomes true. You can block until it becomes true.

Methods

impl LockLatch
[src]

[src]

[src]

Block until latch is set.

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for LockLatch

impl Sync for LockLatch