mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:09:32 +02:00
Docs: LazUtils/lazcollections. Adds missing parameter descriptions.
This commit is contained in:
parent
7efaa3308d
commit
2d305654e2
@ -738,10 +738,15 @@ and when queue space is available.
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TLazThreadedQueue.TryPushItemUnprotected.Result">
|
||||
<short/>
|
||||
<short>
|
||||
<b>True</b> if an element was available in the list storage for the queue.
|
||||
<b>False</b> if the queue is full.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TLazThreadedQueue.TryPushItemUnprotected.AItem">
|
||||
<short/>
|
||||
<short>
|
||||
Specialization type for the item pushed onto the queue.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="TLazThreadedQueue.TryPopItemUnprotected">
|
||||
@ -757,10 +762,15 @@ and when queue space is available.
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TLazThreadedQueue.TryPopItemUnprotected.Result">
|
||||
<short/>
|
||||
<short>
|
||||
<b>True</b> if an item was available in the queue. <b>False</b> if the
|
||||
storage list for the queue was empty.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TLazThreadedQueue.TryPopItemUnprotected.AItem">
|
||||
<short/>
|
||||
<short>
|
||||
Specialization type for the item popped off of the queue.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="TLazThreadedQueue.Lock">
|
||||
|
Loading…
Reference in New Issue
Block a user