On 10/13/2011 08:05 AM, Dmitry Kurochkin wrote: > - // TODO: rename to findOldest() or some such > - /// calls OneToOneUniQueue::peek() using the given process queue > - template<class Value> bool peek(const int remoteProcessId, Value &value) > const; > + /// finds the oldest item in incoming and outgoing queues between > + /// us and the given remote process > + template<class Value> bool findOldest(const int remoteProcessId, Value > &value) const; ...
This can go in as a trivial change addressing an existing TODO, but I am not sure about the timing. Amos, I saw you prepping for the next 3.2 release. Should I wait for that before committing any new patches? Thank you, Alex.
