Module priomutex::internal [] [src]

Internals. Not meant for consumption.

Internals are exposed for the sake of interest only. The usual caveats apply:

  • No guarantees about API stability
  • The user may need to enforce invariants
  • The documentation may be inaccurate

Structs

PV

A value V with a priority P

Prio

Prio guarantees a total order, even though the values provided by the user might only be partially ordered. It does this by also comparing on ThreadId.

SleepToken
WakeToken

Functions

create_tokens