System.Threading.TWorkStealingQueue.LocalPush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LocalPush(const AItem: T);

C++

void __fastcall LocalPush(const T AItem);

Properties

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

Description

Adds the specified item to the end of the queue.

See Also