Futures with Pipelined callbacks
Project description
concurrent.futures.Future with pipelined callbacks.
A Python 3 Future which chains registered callbacks so that the a callback will use as input the result of the previous one and will feed the next one with its own result.