System.Threading.TWorkStealingQueue.LocalFindAndRemove
Delphi
function LocalFindAndRemove(const AItem: T): Boolean;
C++
bool __fastcall LocalFindAndRemove(const T AItem);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Threading.pas System.Threading.hpp |
System.Threading | TWorkStealingQueue |
Description
Removes the specified item from the queue.
It returns True
or False
to indicate if the item was succesfully removed or not.