Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Threader.thread() does not actually need a List - it can accept an Iterable, which List implements.
This allows the method to be used with the new iteratorxxx() methods.