Functions
- Returns the first non-error result from a function
checker
applied to each entry in a list ofitems
. If the list of items is empty, it returnsNone
. If all of the results are errors, it returns the last error. There areconcurrent
workers to apply thechecker
function. Ifconcurrent
is 0, then it will createlen(items)
workers.