.MLUtilsLoader
	
struct defined in module 
	MLUtils
			Loader(f, args; executor, channelsize, setup_channel)
			Create a threaded iterator that iterates over 
			(f(arg) for arg in args) using threads that prefill a channel of length 
			channelsize.
			Note: results may not be returned in the correct order, depending on 
			executor.
There are
			2
			methods for MLUtils.Loader:
		
The following page links back here: