| Source path: svn/ trunk/ OtlComm.pas |
|
|
|
|
Older revisions
r1031
by pri...@gabrijelcic.org
on Nov 9, 2011
Diff
! TOmniMessageQueue.Enqueue leaked if queue was full and value contained reference counted value (found by [meishier]).
r1018
by gabr42
on Nov 5, 2011
Diff
+ TOmniValue.Create now internally creates TOmniValueContainer to store values. Variant arrays are no longer used. IsArray tests it TOmniValue contains an array and AsArray returns ...
r856
by gabr42
on Dec 2, 2010
Diff
+ TOmniMessageQueue verified to work with multiple simultaneous readers and writers + added TOmniMessageQueue stress test