python-future-then icon indicating copy to clipboard operation
python-future-then copied to clipboard

Extension to Python's Future (Promise) API that allows chaining using .then() (like JavaScript Promises)

Results 1 python-future-then issues
Sort by recently updated
recently updated
newest added

``` # ... File ".../python3.8/site-packages/futures_then/futures_then.py", line 157, in _done_handler new_future.set_exception_info(ex, trace_back) AttributeError: 'ThenableFuture' object has no attribute 'set_exception_info' ```