Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Aug 17, 2024
1 parent e513961 commit 4f5bbbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubelt/util_futures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f5bbbb

Please sign in to comment.