Enum parking_lot_core::RequeueOp[][src]

pub enum RequeueOp {
    Abort,
    UnparkOneRequeueRest,
    RequeueAll,
}

Operation that unpark_requeue should perform.

Variants

Abort the operation without doing anything.

Unpark one thread and requeue the rest onto the target queue.

Requeue all threads onto the target queue.

Trait Implementations

impl Copy for RequeueOp
[src]

impl Clone for RequeueOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for RequeueOp
[src]

impl PartialEq for RequeueOp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for RequeueOp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RequeueOp

impl Sync for RequeueOp