I have tried to use aplus, but I couldn't make it run the error handler when an exception occurred such as a typo in the called code.
I then switched to concurrent.futures (the backported one) and that works fine for exceptions, but I miss the Promises/A+ interface, especially being able to transparently return a new promise as the result of a promise.
I have tried to use aplus, but I couldn't make it run the error handler when an exception occurred such as a typo in the called code.
I then switched to concurrent.futures (the backported one) and that works fine for exceptions, but I miss the Promises/A+ interface, especially being able to transparently return a new promise as the result of a promise.