System.Threading.TWorkStealingQueue.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsEmpty: Boolean read GetIsEmpty;

C++

__property bool IsEmpty = {read=GetIsEmpty, nodefault};

Properties

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

Description

Indicates if there is any item in the queue.

IsEmpty is True if the queue is empty and False otherwise.

See Also