Create shape_for_each_threaded() to parallelize f() calls
Allows us to transform to get the proper input then spawn a thread to call f() in a threaded fashion. Useful if we have many batches/classes for our runs.
Showing
Please register or sign in to comment