libovcc/ovcc-board implement foreach with an iterator
We can't break HashTable foreach, so implement our foreach with a HashTableIter instead of calling GLib's so that the table may be modified while iterating and iteration stopped immediately.
Showing
Please register or sign in to comment