Vladimir Kozodoi
Vladimir Kozodoi
unit Quick.Threads; function TThreadedQueueCS.PopItem(var AQueueSize: Integer; var AItem: T): TWaitResult; before the line AItem := FQueue[FQueueOffset]; need to add array size check if (FQueueOffset >= Length(FQueue)) then Exit; otherwise an...
The module and class names do not match in the example. The project is not going
You have a cool revision of the library and I always use it with pleasure even in XE11, but one function is missing, this is the procedure Move. У вас...