System.Threading.TWorkStealingQueue

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTWorkStealingQueue

Delphi

TWorkStealingQueue<T> = class

C++

template<typename T> class PASCALIMPLEMENTATION TWorkStealingQueue__1 : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Threading.pas
System.Threading.hpp
System.Threading System.Threading

Description

TWorkStealingQueue provides a class to push, pop, or remove tasks into thread pool threads.

See Also