executorlib.standalone.interactive.arguments.check_list_of_futures_is_done#
- executorlib.standalone.interactive.arguments.check_list_of_futures_is_done(future_lst: list[Future]) bool[source]#
Check if all future objects in the list of future objects are done
- Parameters:
future_lst (list) – list of future objects
- Returns:
True if all future objects in the list of future objects are done, False otherwise
- Return type:
bool