X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=src%2Fpyutils%2Fparallelize%2Fsmart_future.py;h=631e25fac24cf27541328f7a52c0ba937fdce8a9;hb=278d163705facc2276cd464414fb490ef6af50ab;hp=310560db21e06459c728380a402e583571aebd0c;hpb=c256f84c53368730ee07c26dc29d3a66456501c0;p=pyutils.git diff --git a/src/pyutils/parallelize/smart_future.py b/src/pyutils/parallelize/smart_future.py index 310560d..631e25f 100644 --- a/src/pyutils/parallelize/smart_future.py +++ b/src/pyutils/parallelize/smart_future.py @@ -10,6 +10,8 @@ the internal result actually becomes available. Results from :class:`parallelize.parallelize` are returned wrapped in :class:`SmartFuture` instances. + +Also contains some utilility code for waiting for one/many futures. """ from __future__ import annotations