System.Threading.TWorkStealingQueue.IsEmpty

提供:RAD Studio API Documentation

Delphi

property IsEmpty: Boolean read GetIsEmpty;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Threading.pas
System.Threading.hpp
System.Threading TWorkStealingQueue


説明

キュー内に項目があるかどうかを示します。


IsEmpty は、キューが空の場合に True、そうでなければ False となります。

関連項目