[Overview][Types][Classes][Index] Reference for unit 'lazCollections' (#lazutils)

TLazThreadedQueue.TryPopItemUnprotected

Tries to pop an item off of the queue without resource protection.

Declaration

Source position: lazcollections.pas line 101

protected function TLazThreadedQueue.TryPopItemUnprotected(

  out AItem: T

):Boolean;

Description

Sets and resets internal RTL events when the item was successfully popped, and when queue space is available.