Enum parking_lot_core::FilterOp [−][src]
pub enum FilterOp { Unpark, Skip, Stop, }
Operation that unpark_filter
should perform for each thread.
Variants
Unpark the thread and continue scanning the list of parked threads.
Don’t unpark the thread and continue scanning the list of parked threads.
Don’t unpark the thread and stop scanning the list of parked threads.