System.Threading.TWorkStealingQueue.LocalFindAndRemove

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also