ariel_os::thread

Module sync

Available on crate feature threading only.
Expand description

Synchronization primitives.

Structsยง

  • Blocking channel for sending data between threads.
  • An Event, allowing to notify multiple threads that some event has happened.
  • A basic locking object.
  • A basic mutex with priority inheritance.
  • Grants access to the Mutex inner data.