System.Threading.TWorkStealingQueue.IsEmpty

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsEmpty: Boolean read GetIsEmpty;

C++

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

Propriétés

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


Description

Indique s'il y a des éléments dans la file.

IsEmpty vaut True si la file est vide, False sinon.

Voir aussi