[][src]Crate yaar_lock

Fast, no_std synchronization primitives.

Feature flags

All features are on by default.

  • os: exposes operating system primitives which implement thread parking.
  • sync: exposes synchronization primitives backed by thread parking.
  • futures: exposes synchronization primitives backed by futures.

Modules

futures

Collection of synchronization primitives which support non-blocking integration with futures.

sync

Collection of synchronization primitives which support blocking the current OS thread.