executorlib.standalone.select

executorlib.standalone.select#

Functions

get_item_from_future(future, key)

Get item from concurrent.futures.Future object which returns a dictionary as result by the corresponding dictionary key.

split_future(future, n)

Split a concurrent.futures.Future object which returns a tuple or list as result into individual future objects

Classes

FutureSelector(future, selector)

A Future wrapper that returns a single element from a result that is a tuple, list, or dict.