dmlc-core icon indicating copy to clipboard operation
dmlc-core copied to clipboard

Add `override` keywords to `ThreadedIter` class to make it more explicit

Open AtomicVar opened this issue 1 year ago • 0 comments

Adding override makes it more explicit that we are implementing the interfaces of the DataIter class, which is good for learners who learn the design by reading source code.

AtomicVar avatar Oct 22 '23 17:10 AtomicVar