>>9538255If you say so.
>>9538268Hm, that's too bad. That's an easy way through a thesis for sure, and a subject I really enjoy talking about <4
The idea with a proxy iterator is, you have an "internal" iterator, owned by the data structure, and an "external" iterator, that the user uses. This indirection lets the data structure manage who is seeing what, allowing for reclaiming memory not used by any thread any more!