Functionsยง
- get_
first_ ok_ bounded - Returns the first non-error result from a function
checkerapplied 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 areconcurrentworkers to apply thecheckerfunction. Ifconcurrentis 0, then it will createlen(items)workers.