diff --git a/ubelt/util_futures.py b/ubelt/util_futures.py index 98af0b09..55b4dcbf 100644 --- a/ubelt/util_futures.py +++ b/ubelt/util_futures.py @@ -60,6 +60,10 @@ class SerialFuture(concurrent.futures.Future): Non-threading / multiprocessing version of future for drop in compatibility with concurrent.futures. + TODO: + warn if the user specifies timeout as we cannot handle it without + threads + Attributes: func (Callable): function to be called args (Tuple): positional arguments to call the function with