pub enum FilterOp {
Unpark,
Skip,
Stop,
}
Operation that unpark_filter
should perform for each thread.
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.
Performs copy-assignment from source
. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
Formats the value using the given formatter. Read more