Module parking_lot_core::thread_parker

source ·

Re-exports§

Modules§

Traits§

  • Trait for the platform thread parker implementation.
  • Handle for a thread that is about to be unparked. We need to mark the thread as unparked while holding the queue lock, but we delay the actual unparking until after the queue lock is released.