[][src]Module pleco_engine::sync

Useful synchronization primitives.

Structs

GuardedBool

A GuardedBool allows for waiting on a specific bool value.

LockLatch

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