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

TLazThreadedQueue.TryPushItemUnprotected

Tries to push an item onto the queue without resource protection.

Declaration

Source position: lazcollections.pas line 100

protected function TLazThreadedQueue.TryPushItemUnprotected(

  const AItem: T

):Boolean;

Description

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