System.Threading.TWorkStealingQueue.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Remove(const AItem: T): Boolean;

C++

bool __fastcall Remove(const T AItem);

Properties

Type Visibility Source Unit Parent
function public
System.Threading.pas
System.Threading.hpp
System.Threading TWorkStealingQueue

Description

Removes all the items from the queue.

The queue is filled with the default value of T. It returns True or False to indicate if the items were succesfully removed or not.

See Also