Fix a recent bug in executors. Thread executor needs to return
authorScott <[email protected]>
Mon, 31 Jan 2022 06:09:43 +0000 (22:09 -0800)
committerScott <[email protected]>
Mon, 31 Jan 2022 06:09:43 +0000 (22:09 -0800)
commitf2b4fe83f6fc853a68653bd5e3d9fe0648c3d105
tree8f55afb20c672410c3d02af4e57096163d7bdd2f
parent865825894beeedd47d26dd092d40bfee582f5475
Fix a recent bug in executors.  Thread executor needs to return
its future.
executors.py
smart_future.py
tests/parallelize_itest.py